Skip to main content

DXButton.IconWidth Property

Gets or sets the width of the button’s icon. This is a dependency property.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

#Declaration

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

#Property Value

Type Description
Double

The width of the button’s icon, in pixels.

See Also