DXContentPresenterBase.HorizontalContentAlignment Property
In This Article
Gets or sets the horizontal 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
C#
public LayoutAlignment? HorizontalContentAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Layout |
The horizontal alignment of content. |
See Also