Skip to main content

DXButton.HorizontalContentAlignment Property

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
HorizontalAlignment

The horizontal alignment of the button’s content.

See Also