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