vcl-dxbar-15e5ccd1.md
Stores bar item image-related options.
TdxBarImageOptions = class(
TdxBarPersistent
)
The TdxBarImageOptions class implements common bar item image-related settings at the bar manager level.
The list below outlines key members of the TdxBarImageOptions class that allow you to configure bar item icons.
CacheGlyphsSpecifies if the glyph cache is enabled.DisabledImages | Images
Specify image sources for regular bar item icons in disabled and normal states.
Tip
Assigned image lists also serve as sources of large icons if the SVGOptions.UseRegularAsLarge property is set to True ( default ).
DisabledLargeImages | LargeImagesSpecify image sources for large bar item icons in disabled and normal states. You do not need to use these properties if you work with SVG icons.HotImagesSpecifies the image source for large bar item icons in the hot-tracked state.SVGOptionsProvides access to SVG image-related settings that affect image lists assigned to Images and DisabledImages properties.
GlyphSizeSpecifies the glyph size for bar items.SmoothGlyphsSpecifies if the bar manager smooths scaled bitmap icons.StretchGlyphsSpecifies if bar items stretch their icons according to their size.
The TdxBarManager.ImageOptions property references a TdxBarImageOptions object.
TObject TPersistent TdxBarPersistent TdxBarImageOptions
See Also