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