DXButton.VerticalContentAlignment Property
In This Article
Gets or sets the vertical alignment of the button’s content.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public VerticalAlignment VerticalContentAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Vertical |
The vertical alignment of the button’s content. |
See Also