Skip to main content
A newer version of this page is available. .

HamburgerMenuIconButton.IconSizeUnit Property

Specifies whether the icon size is set in pixels or points. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout.Internal

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

Declaration

public IconSizeUnit IconSizeUnit { get; set; }

Property Value

Type Description
IconSizeUnit

An IconSizeUnit enumeration value.

Available values:

Name Description
px

Specifies pixels as measurement units.

pt

Specifies points as measurement units.

See Also