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

BarManager.GetToolbarGlyphSize(DependencyObject) Method

Returns the current effective value of the BarManager.ToolbarGlyphSize 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 GlyphSize GetToolbarGlyphSize(
    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.ToolbarGlyphSize dependency property.

See Also