BarItemLink.UserGlyphSize Property
In This Article
Gets or sets the size of the link's glyph, defined by an end-user. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Glyph |
A Glyph |
#Remarks
You can specify the glyph size for a bar item via the BarItem.GlyphSize property. By default, this size will be used by all links. However, you can provide the glyph size for individual links via the UserGlyphSize property, overriding the bar item's corresponding setting.
See Also