'Declaration <DescriptionAttribute("The background color of selected polygon point.")> <CategoryAttribute("Polygon Point")> <DefaultValueAttribute(System.Drawing.Color, "128, 144, 238, 144")> Public Property SelectedPolygonPointBackgroundColor As System.Drawing.Color
[Description("The background color of selected polygon point.")] [Category("Polygon Point")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] public System.Drawing.Color SelectedPolygonPointBackgroundColor { get; set; }
[Description("The background color of selected polygon point.")] [Category("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
);
[Description("The background color of selected polygon point.")] [Category("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.