'Declaration <CategoryAttribute("Polygon Point")> <DescriptionAttribute("The radius of polygon points.")> <DefaultValueAttribute(4)> Public Property PolygonPointRadius As Double
[Category("Polygon Point")] [Description("The radius of polygon points.")] [DefaultValue(4)] public double PolygonPointRadius { get; set; }
[Category("Polygon Point")] [Description("The radius of polygon points.")] [DefaultValue(4)] public: __property double get_PolygonPointRadius(); public: __property void set_PolygonPointRadius(
double value
);
[Category("Polygon Point")] [Description("The radius of polygon points.")] [DefaultValue(4)] public:
property double PolygonPointRadius { double get(); void set(double value); }
Property Value
Значение по умолчанию - 4. Минимальное значение - 0.