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