TcxImageListSVGOptions.UseRegularAsLarge Property
Specifies if the same SVG image list is a source of both regular and large UI element icons.
Declaration
property UseRegularAsLarge: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
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