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<Layout |
The vertical alignment of content. |