EditBaseActualAppearance.StartIconColor Property
In This Article
Gets the color that is applied to the EditBase‘s start icon. To specify this color, use the StartIconColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color StartIconColor { get; }
#Property Value
Type | Description |
---|---|
Color | The start icon’s color. |
See Also