Skip to main content
ON

DXContentPresenterBase.HorizontalContentAlignment Property

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

public LayoutAlignment? HorizontalContentAlignment { get; set; }

Property Value

Type Description
Nullable<LayoutAlignment>

The horizontal alignment of content.

See Also