'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A border color of the selection rectangle.")> Public Property BorderColor As System.Drawing.Color
[Category("Appearance")] [Description("A border color of the selection rectangle.")] public System.Drawing.Color BorderColor { get; set; }
[Category("Appearance")] [Description("A border color of the selection rectangle.")] public: __property System.Drawing.Color* get_BorderColor(); public: __property void set_BorderColor(
System.Drawing.Color* value
);
[Category("Appearance")] [Description("A border color of the selection rectangle.")] public:
property System.Drawing.Color^ BorderColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Default value is System.Drawing.Color.FromArgb(192, Color.Black).