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