Hide Comments
Hide Comments

Comments (0)

expandingProperties

 

Name

Description

public property

Attributes

Represents property Attributes.

public property

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

published property

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.

published property

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

published property

ID

Unique name for the SVG element. The SVG document's   AllItems property uses the ID as the unique hash for returning SVG elements

public property

Items

The child SVG Items of the current element. The Parent and Items properties define the hierarchy of a SVG document fragment.

published property

Language

Specifies the Language of the SVG element

public property

Owner

Returns the Owner SVG document for the SVG element.

public property

Parent

The Parent SVG Element of the current element. The Parent and Items properties define the hierarchy of a SVG document fragment.

published property

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.

published property

RequiredFeatures

Defines a list of feature strings. Determines whether all of the named features are supported by the RSCL.

published property

SystemLanguages

Specifies a list of language names as defined in BCP 47

published property

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

protected property

UpdateCount

Represents property UpdateCount.

Top

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb