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