Skip to main content
All docs
V25.1
  • TcxImageListSVGOptions.LargeSize Property

    Specifies target dimensions of stored SVG images used as large UI element icons.

    Declaration

    property LargeSize: TcxSize read; write;

    Property Value

    Type Description
    TcxSize

    The target pixel dimensions of stored SVG images at the current monitor DPI.

    Remarks

    Use LargeSize.Width and LargeSize.Height properties to specify the resulting dimensions of stored SVG images when they are displayed as large icons in UI elements if the UseRegularAsLarge property is set to True (default).

    See Also