'Declaration <CategoryAttribute("Polygon Point")> <DescriptionAttribute("The background color of polygon points.")> <DefaultValueAttribute(System.Drawing.Color, "92, 255, 255, 255")> Public Property PolygonPointBackgroundColor As System.Drawing.Color
[Category("Polygon Point")] [Description("The background color of polygon points.")] [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] public System.Drawing.Color PolygonPointBackgroundColor { get; set; }
[Category("Polygon Point")] [Description("The background color of polygon points.")] [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] public: __property System.Drawing.Color* get_PolygonPointBackgroundColor(); public: __property void set_PolygonPointBackgroundColor(
System.Drawing.Color* value
);
[Category("Polygon Point")] [Description("The background color of polygon points.")] [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] public:
property System.Drawing.Color^ PolygonPointBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Default value is White.