Skip to main content

RibbonGalleryBarItem.GetDefaultItemsGlyphSize(LinkContainerType) Method

Implements the ILinksHolder.GetDefaultItemsGlyphSize method, and is not supposed to be used directly from your code.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v24.1.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public GlyphSize GetDefaultItemsGlyphSize(
    LinkContainerType linkContainerType
)

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