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

HamburgerMenuBottomBarCheckBox.GlyphWidth Property

Gets or sets the width of the frame into which the glyph is fitted. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public double GlyphWidth { get; set; }

Property Value

Type Description
Double

A Double value that specifies the width, in pixels, of the frame into which the glyph is fitted.

Remarks

The HamburgerMenuBottomBarCheckBox.GlyphStretch property specifies how the icon is stretched to fill the frame.

See Also