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