'Declaration <DescriptionAttribute("The background color of polygon points.")> <CategoryAttribute("Polygon Point")> <DefaultValueAttribute(System.Drawing.Color, "92, 255, 255, 255")> Public Property PolygonPointBackgroundColor As System.Drawing.Color
[Description("The background color of polygon points.")] [Category("Polygon Point")] [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] public System.Drawing.Color PolygonPointBackgroundColor { get; set; }
[Description("The background color of polygon points.")] [Category("Polygon Point")] [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] public: __property System.Drawing.Color* get_PolygonPointBackgroundColor(); public: __property void set_PolygonPointBackgroundColor(
System.Drawing.Color* value
);
[Description("The background color of polygon points.")] [Category("Polygon Point")] [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
Значение по умолчанию - белый.