FormSwitchItemActualAppearance.OnColor Property
Gets the switch color that is applied to the FormSwitchItem descendant. To specify this color, use the OnColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color OnColor { get; }
Property Value
Type | Description |
---|---|
Color | The switch color. |
See Also