SystemColorsDisabledText Property |
Gets the color of disabled text.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Color DisabledText { get; }
Public Shared ReadOnly Property DisabledText As Color
Get
static member DisabledText : Color with get
Property Value
Type:
ColorThe color of disabled text.
See Also