GlyphSize Enum
In This Article
Contains values that control the size of glyphs in bar item links.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | The size of a bar item's image is dependent on the settings of the bar item's container (bar or popup menu) or the Bar |
Small | A bar item is using a small image specified by the Bar |
Large | A bar item is using a large image specified by the Bar |
#Passed To
You can pass GlyphSize values to the following properies:
See Also