Back to Devexpress

HamburgerSubMenu.GlyphStretch Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgersubmenu-6b32115d.md

latest1.2 KB
Original Source

HamburgerSubMenu.GlyphStretch Property

Gets or sets how the glyph is stretched to fill the button. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Stretch GlyphStretch { get; set; }
vb
Public Property GlyphStretch As Stretch

Property Value

TypeDescription
Stretch

A Stretch enumeration value that specifies how the glyph is stretched to fill the button. The default is Stretch.Uniform.

|

See Also

HamburgerSubMenu Class

HamburgerSubMenu Members

DevExpress.Xpf.WindowsUI Namespace