Skip to main content

HamburgerMenuIconButton.IconWidth Property

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

Namespace: DevExpress.UI.Xaml.Layout.Internal

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double IconWidth { get; set; }

Property Value

Type Description
Double

A System.Double value that is the icon’s width.

Remarks

The size unit is specified by the HamburgerMenuIconButton.IconSizeUnit property.

See Also