|
Name
|
Description
|
|
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 a SVG.
For example, if the input string contains '1cm', the DPI helps the SVG library figure out how large a centimeter is.
|
|
Filename
|
Defines the filename of the SVG document to load
|
|
Lines
|
Defines the text of a SVG to load. The Lines property is useful for when you don't want to load a SVG from a file with the Filename property.
|
|
OnChange
|
Occurs when the SVG has changed and after viewers are notified
|
|
OnChanging
|
Occurs when the SVG has changed and before viewers are notified
|
|
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)
|
|
SVG
|
Provides access to the loaded SVG document
|
|
Viewers
|
Lists the SVG Viewers that are interested in this SVG document. When the SVG document is changed, all viewers in the list are notified so that they can update their display.
|