ComponentOne Input for WinForms
BorderColor Property (C1Label)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1Label Class : BorderColor Property
Gets or sets the border color of the control.
Syntax
'Declaration
 
Public Property BorderColor As System.Drawing.Color
public System.Drawing.Color BorderColor {get; set;}
Remarks

Use the BorderColor property to specify the border color of the control. This property is set using a System.Drawing.Color object.

The BorderColor property has an effect only when the C1TextBox.BorderStyle property is set to FixedSingle.

See Also

Reference

C1Label Class
C1Label Members