Skip to main content

TdxBarImageOptions.GlyphSize Property

Determines the glyph size of the current bar manager’s items.

Declaration

property GlyphSize: Integer read;

Property Value

Type
Integer

Remarks

The GlyphSize property is used internally to determine the size of the glyphs of the current bar manager’s items. The default value of this property is doubled when the items are enlarged (the LargeIcons property is set to True).

Glyph size influences the return value of the TdxBarPainter.GetButtonWidth function.

See Also