'Declaration <DefaultValueAttribute(null)> <CategoryAttribute("Resize Point")> <DescriptionAttribute("The border color of resize points.")> Public Property ResizePointsBorderColor As System.Windows.Media.Color
[DefaultValue(null)] [Category("Resize Point")] [Description("The border color of resize points.")] public System.Windows.Media.Color ResizePointsBorderColor { get; set; }
[DefaultValue(null)] [Category("Resize Point")] [Description("The border color of resize points.")] public: __property System.Windows.Media.Color* get_ResizePointsBorderColor(); public: __property void set_ResizePointsBorderColor(
System.Windows.Media.Color* value
);
[DefaultValue(null)] [Category("Resize Point")] [Description("The border color of resize points.")] public:
property System.Windows.Media.Color^ ResizePointsBorderColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
Property Value
Default value is Black.