EditBaseActualAppearance.VerticalOptions Property
Gets the vertical option value that is applied to the EditBase. To specify this value, use the EditBase‘s HorizontalOptions
property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public LayoutOptions VerticalOptions { get; }
Property Value
Type | Description |
---|---|
LayoutOptions | The vertical option value. |
See Also