Gets or sets default background color.
Namespace: Sgry.Azuki.WinFormsAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public override Color BackColor { get; set; } |
Visual Basic |
---|
Public Overrides Property BackColor As Color Get Set |
Property Value
Type: Color
Remarks
This property gets or sets default background color.
Note that this is a synonym of
AzukiControl.ColorScheme.BackColor
.