Back to Devexpress

FormItemBase.ArrowColor Property

maui-devexpress-dot-maui-dot-editors-dot-formitembase-610e29c5.md

latest1.1 KB
Original Source

FormItemBase.ArrowColor Property

Gets or sets the arrow’s fill color. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public Color ArrowColor { get; set; }

Property Value

TypeDescription
Color

An object that specifies the arrow’s color.

|

Example

The following markup customizes the default arrow’s settings for a Form Item:

xaml
<dxe:FormItem ShowArrow="True"
              ArrowColor="Gray"
              ArrowMargin="10"
              ArrowVerticalOptions="Center"/>

See Also

FormItemBase Class

FormItemBase Members

DevExpress.Maui.Editors Namespace