DXContentPresenterBase.VerticalContentAlignment Property
Gets or sets the vertical alignment of a DXContentPresenterBase descendant’s content. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public LayoutAlignment? VerticalContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
Nullable<LayoutAlignment> | The vertical alignment of content. |
See Also