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