'Declaration <CategoryAttribute("Polygon Point")> <DescriptionAttribute("The background color of selected polygon point.")> <DefaultValueAttribute(System.Drawing.Color, "128, 144, 238, 144")> Public Property SelectedPolygonPointBackgroundColor As System.Drawing.Color
[Category("Polygon Point")] [Description("The background color of selected polygon point.")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] public System.Drawing.Color SelectedPolygonPointBackgroundColor { get; set; }
[Category("Polygon Point")] [Description("The background color of selected polygon point.")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] public: __property System.Drawing.Color* get_SelectedPolygonPointBackgroundColor(); public: __property void set_SelectedPolygonPointBackgroundColor(
System.Drawing.Color* value
);
[Category("Polygon Point")] [Description("The background color of selected polygon point.")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] public:
property System.Drawing.Color^ SelectedPolygonPointBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию: 128, 144, 238, 144.