TdxBarImageOptions Properties
Stores bar item image-related options.| Name | Description |
|---|---|
| BarManager | Provides access to a bar manager that owns the currently processed component. Inherited from TdxBarPersistent. |
| CacheGlyphs | Specifies whether caching of bar item images and glyphs is enabled. |
| DisabledImages | Specifies the source icon list for disabled regular bar items. |
| DisabledLargeImages | Specifies the source icon list for disabled large bar items. |
| GlyphSize | Determines the glyph size of the current bar manager’s items. |
| HotImages | Specifies the source icon list for hot-tracked large bar items. |
| ImageListBkColor | Specifies the transparent color of images within the bar manager’s image lists. |
| Images | Specifies the source image list for regular bar item icons. |
| LargeIcons | Specifies the glyph size of the current bar manager’s items. |
| LargeImages | Specifies the source image list for large bar item icons. |
| MakeDisabledImagesFaded | Specifies whether or not disabled images are painted grayed out. |
| SmoothGlyphs | Compensates for distortions occurred when resizing bar item images. |
| StretchGlyphs | Specifies whether the glyph is resized if the control is resized (for instance, when large fonts are used). |
| SVGOptions | Provides access to SVG image list settings. |
| UseLargeImagesForLargeIcons | Specifies which images to use as icons for enlarged standard size buttons. |
| UseLeftBottomPixelAsTransparent | Specifies whether the color of the image’s bottom-left pixel is not rendered on the entire image. |
See Also