Defines one SVG for a RSSVGImgList.TRSSVGImageList.
The SVG XML is embedded into the form or data module in the RSSVGImgList.TSVGCollectionItem.Lines property.
Namespace: RSSVGImgList
TCollectionItem
RSSVGImgList.TSVGCollectionItem
|
Delphi
|
type
TSVGCollectionItem = class(TCollectionItem)
end;
|
|
Name
|
Description
|
|
Collection
|
Represents property Collection.
|
|
Lines
|
Contains the SVG XML document for this item. At design-time, this property is filled with the SVG from a file and is stored with the form or data module. At run-time, this property is used to create the RSSVGImgList.TSVGCollectionItem.SVG. The SVG then generates bitmaps as needed for the RSSVGImgList.TRSSVGImageList component.
|
|
Proportional
|
Specifies whether the bitmaps generated from the RSSVGImgList.TSVGCollectionItem.SVG should be proportional or not.
|
|
SVG
|
Specifies the SVG document to use to draw bitmaps. The SVG property is created at run-time from the Lines properties (which contains the SVG XML for the document).
|
Top
|