Back to Devexpress

FormItemBase.ArrowVerticalOptions Property

maui-devexpress-dot-maui-dot-editors-dot-formitembase-55c18a75.md

latest1.2 KB
Original Source

FormItemBase.ArrowVerticalOptions Property

Gets or sets the vertical alignment of the form item’s arrow. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public LayoutOptions ArrowVerticalOptions { get; set; }

Property Value

TypeDefaultDescription
LayoutOptionsFill

The arrow’s vertical alignment.

|

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