'Declaration <DefaultValueAttribute(1)> <CategoryAttribute("Polygon Point")> <DescriptionAttribute("The border pen width of polygon points.")> Public Property PolygonPointBorderPenWidth As Single
[DefaultValue(1)] [Category("Polygon Point")] [Description("The border pen width of polygon points.")] public float PolygonPointBorderPenWidth { get; set; }
[DefaultValue(1)] [Category("Polygon Point")] [Description("The border pen width of polygon points.")] public: __property float get_PolygonPointBorderPenWidth(); public: __property void set_PolygonPointBorderPenWidth(
float value
);
[DefaultValue(1)] [Category("Polygon Point")] [Description("The border pen width of polygon points.")] public:
property float PolygonPointBorderPenWidth { float get(); void set(float value); }
Property Value
Default value is 1. Minimum value is 0.