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