ILinksHolder.GetDefaultItemsGlyphSize(LinkContainerType) Method
Gets the default size of items’ glyphs when the items are displayed in a container of the specified type.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
linkContainerType | DevExpress.Xpf.Bars.LinkContainerType | A LinkContainerType value that specifies the type of bar item container. |
Returns
Type | Description |
---|---|
GlyphSize | A GlyphSize value. |
See Also