Skip to main content

EditBaseActualAppearance.FocusedLabelColor Property

Gets the label color that is applied to the EditBase when it is focused. To specify this color, use the FocusedLabelColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color FocusedLabelColor { get; }

Property Value

Type Description
Color

The label color.

See Also