Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxImageListSVGOptions Class

Stores SVG display settings for image lists with UI element icons.

#Declaration

Delphi
TcxImageListSVGOptions = class(
    TcxLockablePersistent
)

#Remarks

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.

#Main API Members

The list below outlines key members of the TcxImageLitSVGOptions class that allow you to configure SVG icon rendering in UI elements.

#Image List Settings

LargeSize
Specifies target pixel dimensions of stored SVG images used as large UI element icons.
UseRegularAsLarge
Specifies if the same SVG image list is a source of both regular and large UI element icons.

#General-Purpose API Members

Assign
Copies SVG image list settings between components.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch setting changes.

#Direct TcxImageListSVGOptions Class Reference

The TdxBarImageOptions.SVGOptions property references a TcxImageListSVGOptions object.

See Also