UpdateDisplayBorderColor Property |
Gets or sets the color of the control's border.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic 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 control's border.
See Also