CheckEditActualAppearance.LabelColor Property
Gets the color that is applied to the CheckEdit‘s label. To specify this color, use the LabelColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color LabelColor { get; }
Property Value
Type | Description |
---|---|
Color | The label’s color. |
See Also