Back to Devexpress

BarManagerProperties.DefaultLargeGlyphSize Property

windowsforms-devexpress-dot-xtrabars-dot-barmanagerproperties-ebeb584e.md

latest2.0 KB
Original Source

BarManagerProperties.DefaultLargeGlyphSize Property

Gets or sets the default size for all large item icons within the BarManager.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual Size DefaultLargeGlyphSize { get; set; }
vb
Public Overridable Property DefaultLargeGlyphSize As Size

Property Value

TypeDescription
Size

A Size structure that is the default size for all large item icons within the BarManager.

|

Remarks

By default, regular item icons are 16x16 pixels in size, and 32x32 pixels for large icons. To override these default sizes, you can specify the DefaultLargeGlyphSize and BarManagerProperties.DefaultGlyphSize properties. This setting will affect item heights for all Bar Items with no glyphs.

To set a large glyph for a BarManager item, add the required images to the BarManager.LargeImages collection and pick the desired image for an item via the BarItem.ImageOptions.LargeImageIndex property.

See Also

BarManagerProperties Class

BarManagerProperties Members

DevExpress.XtraBars Namespace