Back to Devexpress

ILinksHolder.GetDefaultItemsGlyphSize(LinkContainerType) Method

wpf-devexpress-dot-xpf-dot-bars-dot-ilinksholder-dot-getdefaultitemsglyphsize-x28-devexpress-dot-xpf-dot-bars-dot-linkcontainertype-x29.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
GlyphSize GetDefaultItemsGlyphSize(
    LinkContainerType linkContainerType
)
vb
Function GetDefaultItemsGlyphSize(
    linkContainerType As LinkContainerType
) As GlyphSize

Parameters

NameTypeDescription
linkContainerTypeDevExpress.Xpf.Bars.LinkContainerType

A LinkContainerType value that specifies the type of bar item container.

|

Returns

TypeDescription
GlyphSize

A GlyphSize value.

|

See Also

ILinksHolder Interface

ILinksHolder Members

DevExpress.Xpf.Bars Namespace