Skip to main content
A newer version of this page is available. .

TileBase.HorizontalNotificationHeaderAlignment Property

Gets or sets the horizontal alignment of the TileBase.NotificationHeader relative to the Tile. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

public HorizontalAlignment HorizontalNotificationHeaderAlignment { get; set; }

Property Value

Type Description
Windows.UI.Xaml.HorizontalAlignment

A Windows.UI.Xaml.HorizontalAlignment enumeration value that specifies the horizontal alignment of the notification header relative to the Tile.

See Also