BarManager.SetToolbarGlyphSize(DependencyObject, GlyphSize) Method
Sets the local value of the BarManager.ToolbarGlyphSize dependency property of the specified DependencyObject.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dObj | DependencyObject | A DependencyObject whose dependency property should be set. |
| value | GlyphSize | The new local value. |
See Also