Back to Devexpress

TcxImageListSVGOptions Class

vcl-cxgraphics-35c4a9f6.md

latest2.3 KB
Original Source

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. These members allow you to configure SVG icon rendering in UI elements.

Image List Settings

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.

General-Purpose API Members

AssignCopies SVG image list settings between components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch setting changes.

Direct TcxImageListSVGOptions Class References

The following properties reference a TcxImageListSVGOptions object:

TcxButtonImageOptions.SVGOptionsProvides access to SVG image list settings.TdxBarImageOptions.SVGOptionsProvides access to SVG image list settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TcxImageListSVGOptions

See Also

TcxImageList Class

TcxImageListSVGOptions Members

cxGraphics Unit