Back to Devexpress

FormItemBase.ImageVerticalOptions Property

maui-devexpress-dot-maui-dot-editors-dot-formitembase-97a4a4a3.md

latest1.4 KB
Original Source

FormItemBase.ImageVerticalOptions Property

Gets or sets the vertical alignment for the image. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public LayoutOptions ImageVerticalOptions { get; set; }

Property Value

TypeDescription
LayoutOptions

Specifies the vertical layout options for the image.

|

Example

The following example configures image settings:

xaml
<dxe:FormItem Text="Brightness level"
              TextMargin="4,4,4,16"
              InlineContent="80%"
              ShowArrow="True"
              ImageSource="brightness"
              ImageColor="#F9C938"
              ImageHeight="36"
              ImageWidth="36"
              ImageMargin="4"
              ImageVerticalOptions="Start">
</dxe:FormItem>

See Also

FormItemBase Class

FormItemBase Members

DevExpress.Maui.Editors Namespace