Skip to main content

DXButton.IconSpacing Property

Gets or sets the amount of space between the icon and the button’s content. This is a dependency property.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null, Handler = "UpdatePresenter")]
public double IconSpacing { get; set; }

#Property Value

Type Description
Double

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

See Also