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