Skip to main content

ToolbarColorSelector.VerticalOptions Property

Gets or sets the vertical alignment of the ToolbarColorSelector. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public LayoutOptions VerticalOptions { get; set; }

Property Value

Type Description
LayoutOptions

The ToolbarColorSelector‘s vertical alignment.

See Also