TileBase.VerticalNotificationHeaderAlignment Property
In This Article
Gets or sets the vertical alignment of the TileBase.NotificationHeader relative to the Tile. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public VerticalAlignment VerticalNotificationHeaderAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
See Also