Skip to main content
All docs
V25.1
  • TcxImageListSVGOptions Class

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

    Declaration

    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