Skip to main content

DXButton.Padding Property

Gets or sets the amount of space between the button’s content and borders.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public Thickness Padding { get; set; }

#Property Value

Type Description
Thickness

The amount of space between the button’s content and borders.

See Also