TdxBarImageOptions.Images Property
Specifies the source image list for regular bar item icons.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type | Description |
---|---|
TCustomImageList | The source image list for regular bar items. Tip We recommend that you use the TcxImageList component and SVG icons. |
Remarks
Use Images
and LargeImages properties to specify the source of icons for regular and large bar items in the base enabled state. You can use the ImageIndex property of individual bar items to specify target icons in assigned source image lists.
DisabledImages and DisabledLargeImages properties specify sources of icons for disabled regular and large bar items.
SVG Icon Options
Since vector images can scale up to any target size without quality losses, you can use the same set of SVG icons for both regular and large UI element icons.
If the SVGOptions.UseRegularAsLarge property is set to True
(default), the image list assigned to the Images
property also serves as a source of icons for corresponding large bar items. The SVGOptions.LargeSize property specifies target dimensions for large bar item icons.
Refer to the TcxImageListSVGOptions class description for detailed information on all available options.