'Declaration Public Property BorderColor As Color
'Declaration
Public Property BorderColor As Color
public Color BorderColor {get; set;}
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.
C1NumericEdit Class C1NumericEdit Members