'Declaration <DescriptionAttribute("The background color of polygon points.")> <CategoryAttribute("Polygon Point")> <DefaultValueAttribute(null)> Public Property PolygonPointBackgroundColor As System.Windows.Media.Color
[Description("The background color of polygon points.")] [Category("Polygon Point")] [DefaultValue(null)] public System.Windows.Media.Color PolygonPointBackgroundColor { get; set; }
[Description("The background color of polygon points.")] [Category("Polygon Point")] [DefaultValue(null)] public: __property System.Windows.Media.Color* get_PolygonPointBackgroundColor(); public: __property void set_PolygonPointBackgroundColor(
System.Windows.Media.Color* value
);
[Description("The background color of polygon points.")] [Category("Polygon Point")] [DefaultValue(null)] public:
property System.Windows.Media.Color^ PolygonPointBackgroundColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
Property Value
Значение по умолчанию - белый.