BarManager.SetToolbarGlyphSize(DependencyObject, GlyphSize) Method
In This Article
Sets the local value of the BarManager.ToolbarGlyphSize 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 void SetToolbarGlyphSize(
DependencyObject dObj,
GlyphSize value
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
A Dependency |
value | Glyph |
The new local value. |
See Also