Skip to main content
All docs
V24.1

TdxBarImageOptions.SVGOptions Property

Provides access to SVG image list settings.

Declaration

property SVGOptions: TcxImageListSVGOptions read; write;

Property Value

Type Description
TcxImageListSVGOptions

Stores SVG image list settings.

Remarks

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.

Assign image lists populated with SVG icons to Images and DisabledImages properties and use the same icons as both regular and large bar item glyphs if the SVGOptions.UseRegularAsLarge property is set to True (default). 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.

See Also