|
Name
|
Description
|
|
Attributes
|
Represents property Attributes.
|
|
BoundsRect
|
Returns the bounding rectangle for the SVG element unmodified by any transformations
To retrieve the "true" bounding rectangle which has been modified by any transformations, use the GetBoundsRect method
|
|
Classes
|
Specifies the 'classes' that the SVG element belongs to. The classes property assigns one or more class names to an element. The element may be said to belong to these classes. A class name may be shared by several element instances.
|
|
Description
|
Specifies a non-visual Description for the SVG element. When generating FMX controls, the FMX control's Hint property is set to the Description. If the Description is empty, the Hint is set to the Title
|
|
ID
|
Unique name for the SVG element. The SVG document's AllItems property uses the ID as the unique hash for returning SVG elements
|
|
Items
|
The child SVG Items of the current element. The Parent and Items properties define the hierarchy of a SVG document fragment.
|
|
Language
|
Specifies the Language of the SVG element
|
|
Owner
|
Returns the Owner SVG document for the SVG element.
|
|
Parent
|
The Parent SVG Element of the current element. The Parent and Items properties define the hierarchy of a SVG document fragment.
|
|
RequiredExtensions
|
Specifies a list of required language extensions. Language extensions are capabilities within a user agent that go beyond the feature set defined in this specification. Each extension is identified by an IRI reference.
The RSCL supports no extensions.
|
|
RequiredFeatures
|
Defines a list of feature strings. Determines whether all of the named features are supported by the RSCL.
|
|
SystemLanguages
|
Specifies a list of language names as defined in BCP 47
|
|
Title
|
Specifies a non-visual Title of the SVG element. When generating FMX controls, the FMX control's Hint property is set to Title if the Description property is empty
|
|
UpdateCount
|
Represents property UpdateCount.
|