|
Name
|
Description
|
|
AllItems
|
Contains all SVG elements (visual and non-visual) parsed from a SVG. The TSVGElement.ID property is the hash for each element.
|
|
DefaultAspectRatio
|
Defines the default aspect ratio for the SVG. If the SVG does not specify a preserveAspectRatio attribute, the SVG will use this default instead.
|
|
DefaultColorInterpolation
|
Default Color interpolation type, which specifies the color space for gradient interpolations and alpha compositing
VCL Only
|
|
DefaultColorRendering
|
Default Color rendering type, which provides a hint to the SVG library about how to optimize its color interpolation and compositing operations.
VCL Only
|
|
DefaultShapeRendering
|
Default Shape rendering type, which provides a hint to the SVG library about what tradeoffs to make as it renders vector graphics elements such as path elements and basic shapes such as circles and rectangles.
VCL Only
|
|
DefaultTextRendering
|
Default Text rendering type, which provides a hint to the SVG library about what tradeoffs to make as it renders text
VCL Only
|
|
DPI
|
Dots per inch used in calculating the unit factors for conversion of string lengths into actual values. The DPI should be set before loading SVG.
For example, if the input string contains '1cm', the DPI helps the SVG library figure out how large a centimeter is.
|
|
Height
|
Represents property Height.
|
|
OnChange
|
Occurs when the SVG has changed
|
|
Options
|
Controls how the SVG is loaded and displayed
|
|
PreferredLanguage
|
Specifies the preferred language to use for the SVG. The TSVGSwitch element uses the language and the SystemLanguage property of TSVGElements to choose the SVG element to display (conceptually, this is localization of text or even graphics for an SVG)
|
|
PrefLanguages
|
Represents property PrefLanguages.
|
|
Styles
|
Contains all styles in the SVG. Use the Styles property to add, modify, and delete styles that affect the SVG elements.
|
|
UnitFactors
|
Represents property UnitFactors.
|
|
Width
|
Represents property Width.
|
|
X
|
Represents property X.
|
|
Y
|
Represents property Y.
|