BarManager.GetMenuGlyphSize(DependencyObject) Method
In This Article
Returns the current effective value of the BarManager.MenuGlyphSize dependency property of the specified DependencyObject.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static GlyphSize GetMenuGlyphSize(
DependencyObject dObj
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
A Dependency |
#Returns
Type | Description |
---|---|
Glyph |
The current effective value of the Bar |
See Also