Skip to main content

DXButton.BorderThickness Property

Gets or sets the thickness of the button’s border.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

#Declaration

public Thickness BorderThickness { get; set; }

#Property Value

Type Description
Thickness

The thickness of the button’s border.

See Also