Back to Devexpress

TdxBarImageOptions Class

vcl-dxbar-15e5ccd1.md

latest2.6 KB
Original Source

TdxBarImageOptions Class

Stores bar item image-related options.

Declaration

delphi
TdxBarImageOptions = class(
    TdxBarPersistent
)

Remarks

The TdxBarImageOptions class implements common bar item image-related settings at the bar manager level.

Main API Members

The list below outlines key members of the TdxBarImageOptions class that allow you to configure bar item icons.

Image Source Settings

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.

Image Rendering Settings

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.

Direct TdxBarImageOptions Class Reference

The TdxBarManager.ImageOptions property references a TdxBarImageOptions object.

Inheritance

TObject TPersistent TdxBarPersistent TdxBarImageOptions

See Also

TdxBarImageOptions Members

dxBar Unit