'Declaration <DescriptionAttribute("A border color of the selection rectangle.")> <CategoryAttribute("Appearance")> Public Property BorderColor As System.Drawing.Color
[Description("A border color of the selection rectangle.")] [Category("Appearance")] public System.Drawing.Color BorderColor { get; set; }
[Description("A border color of the selection rectangle.")] [Category("Appearance")] public: __property System.Drawing.Color* get_BorderColor(); public: __property void set_BorderColor(
System.Drawing.Color* value
);
[Description("A border color of the selection rectangle.")] [Category("Appearance")] public:
property System.Drawing.Color^ BorderColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - System.Drawing.Color.FromArgb(192, Color.Black).