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

BarManager.SetMenuGlyphSize(DependencyObject, GlyphSize) Method

Sets the local value of the BarManager.MenuGlyphSize dependency property of the specified DependencyObject.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static void SetMenuGlyphSize(
    DependencyObject dObj,
    GlyphSize value
)

Parameters

Name Type Description
dObj DependencyObject

A DependencyObject whose dependency property should be set.

value GlyphSize

The new local value.

See Also