LcdLabelBorderColor Property |
doogal.co.uk Home
Gets or sets the color of the border.
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax public Color BorderColor { get; set; }
Public Property BorderColor As Color
Get
Set
public:
property Color BorderColor {
Color get ();
void set (Color value);
}
member BorderColor : Color with get, set
Property Value
Type:
ColorThe color of the border.
See Also