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