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

    Specifies if the same SVG image list is the source of both regular and large UI element icons.

    Declaration

    property UseRegularAsLarge: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True
    True
    Default. An image list with SVG images assigned as the source of small UI element icons also serves as the source of large UI element icons.
    False
    Large and small UI elements use different source image lists.

    Remarks

    You can use the same set of SVG images as both small and large UI element icons because vector images scale up to any target size without quality losses.

    For example, if the UseRegularAsLarge property is set to True, an image list assigned to a bar manager‘s ImageOptions.Images or ImageOptions.DisabledImages property also serves as the icon source for the ImageOptions.LargeImages or ImageOptions.DisabledLargeImages property, respectively.

    Default Value

    The UseRegularAsLarge property’s default value is True.

    See Also