Hide Comments
Hide Comments

Comments (0)

expandingProperties

 

Name

Description

published property

Brush

Brush used for drawing the fill portions of the SVG element

protected property

BrushChanged

Represents property BrushChanged.

protected property

ClippingChanged

Represents property ClippingChanged.

public property

ClipRect

Returns the clipping rectangle for the element

published property

ClipRule

Clipping rule for how this element adds to the clipping path

published property

ClipURI

ID of the SVG element that provides the clipping region

public property

ClipURIElement

Returns the SVG element that provides the clipping region for the current element.

The ClipURI property specifies the ID of the SVG element that provides the clipping region

published property

ColorInterpolation

Color interpolation type, which specifies the color space for gradient interpolations and alpha compositing

VCL Only

published property

ColorRendering

Color rendering type, which provides a hint to the SVG library about how to optimize its color interpolation and compositing operations.

VCL Only

published property

Cursor

Cursor to use when over this element type

published property

FillRule

Indicates the algorithm which is to be used to determine what parts of the canvas are included inside the element shape. For a simple, non-intersecting path, it is intuitively clear what region lies "inside"; however, for a more complex path, such as a path that intersects itself or where one subpath encloses another, the interpretation of "inside" is not so obvious.

published property

Font

Font used for drawing the Text portions of the SVG element

protected property

FontChanged

Represents property FontChanged.

public property

Height

Height of the element in the current user coordinate system

public property

Inherits

Style properties or attributes which inherits their values from the Parent.

published property

MarkerEndURI

ID of the SVG element that defines arrowhead or polymarker that shall be drawn at the final vertex of the given path element or basic shape

published property

MarkerMidURI

ID of the SVG element that defines arrowhead or polymarker that shall be drawn at the every other vertex (i.e., every vertex except the first and last) of the given path element or basic shape

published property

MarkerStartURI

ID of the SVG element that defines arrowhead or polymarker that shall be drawn at the first vertex of the given path element or basic shape

public property

Matrix

Local Transformation matrix for the element

Note that the final transformation of the element depends on its Parents' transformation matrices

published property

Opacity

Uniform opacity setting to be applied across an entire object, as a . Any values outside the range 0.0 (fully transparent) to 1.0 (fully opaque) will be clamped to this range.

published property

Overflow

Specifies whether the content of a block-level element is clipped when it overflows the element's box (which is acting as a containing block for the content)

published property

Pen

Pen used for drawing the stroke portions of the SVG element

protected property

PenChanged

Represents property PenChanged.

protected property

Shape

Represents property Shape.

protected property

ShapeCacheChanged

Represents property ShapeCacheChanged.

published property

ShapeRendering

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

published property

Style

Style for the element, the properties or attributes explicitly set by the element and not inherited or set by another style

published property

TextAlign

Defines the Text alignment, which is used to align (start-, middle- or end-alignment) a string of text relative to a given point

published property

TextRendering

Text rendering type, which provides a hint to the SVG library about what tradeoffs to make as it renders text

VCL Only

published property

Visible

Visibility of the element, whether it should be painted or not

public property

Width

Width of the element in the current user coordinate system

public property

X

x-axis coordinate of the element which has the smaller x-axis coordinate value in the current user coordinate system

public property

Y

y-axis coordinate of the element which has the smaller y-axis coordinate value in the current user coordinate system

Top

Comments (0)

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