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