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