'Declaration <DescriptionAttribute("The radius of polygon points.")> <CategoryAttribute("Polygon Point")> <DefaultValueAttribute(4)> Public Property PolygonPointRadius As Double
[Description("The radius of polygon points.")] [Category("Polygon Point")] [DefaultValue(4)] public double PolygonPointRadius { get; set; }
[Description("The radius of polygon points.")] [Category("Polygon Point")] [DefaultValue(4)] public: __property double get_PolygonPointRadius(); public: __property void set_PolygonPointRadius(
double value
);
[Description("The radius of polygon points.")] [Category("Polygon Point")] [DefaultValue(4)] public:
property double PolygonPointRadius { double get(); void set(double value); }
Property Value
Default value is 4. Minimum value is 0.