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