HamburgerMenuIconButton.IconHeight Property
Gets or sets the icon’s height. 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
Property Value
Type | Description |
---|---|
Double | A System.Double value that is the icon’s height. |
Remarks
The size unit for the IconHeight property is specified by the HamburgerMenuIconButton.IconSizeUnit property.
See Also