|
Name
|
Description
|
|
Brush
|
Brush used for drawing the fill portions of the SVG element
|
|
BrushChanged
|
Represents property BrushChanged.
|
|
ClippingChanged
|
Represents property ClippingChanged.
|
|
ClipRect
|
Returns the clipping rectangle for the element
|
|
ClipRule
|
Clipping rule for how this element adds to the clipping path
|
|
ClipURI
|
ID of the SVG element that provides the clipping region
|
|
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
|
|
ColorInterpolation
|
Color interpolation type, which specifies the color space for gradient interpolations and alpha compositing
VCL Only
|
|
ColorRendering
|
Color rendering type, which provides a hint to the SVG library about how to optimize its color interpolation and compositing operations.
VCL Only
|
|
Cursor
|
Cursor to use when over this element type
|
|
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.
|
|
Font
|
Font used for drawing the Text portions of the SVG element
|
|
FontChanged
|
Represents property FontChanged.
|
|
Height
|
Height of the element in the current user coordinate system
|
|
Inherits
|
Style properties or attributes which inherits their values from the Parent.
|
|
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
|
|
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
|
|
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
|
|
Matrix
|
Local Transformation matrix for the element
Note that the final transformation of the element depends on its Parents' transformation matrices
|
|
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.
|
|
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)
|
|
Pen
|
Pen used for drawing the stroke portions of the SVG element
|
|
PenChanged
|
Represents property PenChanged.
|
|
Shape
|
Represents property Shape.
|
|
ShapeCacheChanged
|
Represents property ShapeCacheChanged.
|
|
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
|
|
Style
|
Style for the element, the properties or attributes explicitly set by the element and not inherited or set by another style
|
|
TextAlign
|
Defines the Text alignment, which is used to align (start-, middle- or end-alignment) a string of text relative to a given point
|
|
TextRendering
|
Text rendering type, which provides a hint to the SVG library about what tradeoffs to make as it renders text
VCL Only
|
|
Visible
|
Visibility of the element, whether it should be painted or not
|
|
Width
|
Width of the element in the current user coordinate system
|
|
X
|
x-axis coordinate of the element which has the smaller x-axis coordinate value in the current user coordinate system
|
|
Y
|
y-axis coordinate of the element which has the smaller y-axis coordinate value in the current user coordinate system
|