Skip to main content
Bar

BarManager.GetMenuGlyphSize(DependencyObject) Method

Returns the current effective value of the BarManager.MenuGlyphSize dependency property of the specified DependencyObject.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static GlyphSize GetMenuGlyphSize(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

A DependencyObject whose dependency property value should be returned.

Returns

Type Description
GlyphSize

The current effective value of the BarManager.MenuGlyphSize dependency property.

See Also