vcl-cxgraphics-35c4a9f6.md
Stores SVG display settings for image lists with UI element icons.
TcxImageListSVGOptions = class(
TcxLockablePersistent
)
The TcxImageListSVGOptions class implements SVG icon rendering settings that allow you to use the same list with SVG images to display them both as large and regular UI element icons.
The list below outlines key members of the TcxImageLitSVGOptions class. These members allow you to configure SVG icon rendering in UI elements.
LargeSizeSpecifies target pixel dimensions of stored SVG images used as large UI element icons.UseRegularAsLargeSpecifies if the same SVG image list is a source of both regular and large UI element icons.
AssignCopies SVG image list settings between components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch setting changes.
The following properties reference a TcxImageListSVGOptions object:
TcxButtonImageOptions.SVGOptionsProvides access to SVG image list settings.TdxBarImageOptions.SVGOptionsProvides access to SVG image list settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TcxImageListSVGOptions
See Also