SvgVisualElement Properties |
The SvgVisualElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds |
Gets the bounds of the element.
| |
| Children |
Gets a collection of all child [!:SvgElements].
(Inherited from SvgElement.) | |
| ClipPath |
Gets the associated SvgClipPath if one has been specified.
| |
| ClipRule |
Gets or sets the algorithm which is to be used to determine the clipping region.
| |
| Content |
Gets or sets the content of the element.
(Inherited from SvgElement.) | |
| Fill |
Gets or sets the fill SvgPaintServer of this element.
| |
| FillOpacity |
Gets or sets the opacity of this element's Fill.
| |
| FillRule | ||
| ID |
Gets or sets the ID of the element.
(Inherited from SvgElement.) | |
| Opacity |
Gets or sets the opacity of the element. 1.0 is fully opaque; 0.0 is transparent.
| |
| OwnerDocument |
Gets the owner SvgDocument.
(Inherited from SvgElement.) | |
| Parent |
Gets the parent SvgElement.
(Inherited from SvgElement.) | |
| Path |
Gets the GraphicsPath for this element.
| |
| Stroke |
Gets or sets the SvgPaintServer to be used when rendering a stroke around this element.
| |
| StrokeDashArray | ||
| StrokeDashOffset | ||
| StrokeLineCap | ||
| StrokeLineJoin | ||
| StrokeMiterLimit | ||
| StrokeOpacity |
Gets or sets the opacity of the stroke, if the Stroke property has been specified. 1.0 is fully opaque; 0.0 is transparent.
| |
| StrokeWidth |
Gets or sets the width of the stroke (if the Stroke property has a valid value specified.
| |
| Transforms |
Gets or sets the element transforms.
(Inherited from SvgElement.) | |
| Visible |
Gets or sets a value to determine whether the element will be rendered.
|