Skip to main content

DXButton.VerticalContentAlignment Property

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
VerticalAlignment

The vertical alignment of the button’s content.

See Also