Skip to main content

FormSwitchItemActualAppearance.ThumbColor Property

Gets the thumb color that is applied to the FormSwitchItem descendant. To specify this color, use the ThumbColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ThumbColor { get; }

Property Value

Type Description
Color

The thumb color.

See Also