'Declaration <CategoryAttribute("Polygon Point")> <DefaultValueAttribute(System.Drawing.Color, "128, 144, 238, 144")> <DescriptionAttribute("The background color of selected polygon point.")> Public Property SelectedPolygonPointBackgroundColor As System.Drawing.Color
[Category("Polygon Point")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Description("The background color of selected polygon point.")] public System.Drawing.Color SelectedPolygonPointBackgroundColor { get; set; }
[Category("Polygon Point")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Description("The background color of selected polygon point.")] public: __property System.Drawing.Color* get_SelectedPolygonPointBackgroundColor(); public: __property void set_SelectedPolygonPointBackgroundColor(
System.Drawing.Color* value
);
[Category("Polygon Point")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Description("The background color of selected polygon point.")] public:
property System.Drawing.Color^ SelectedPolygonPointBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Default value is 128, 144, 238, 144.