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