SvgPolygon Properties |
The SvgPolygon type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds | (Overrides SvgVisualElementBounds.) | |
| Children |
Gets a collection of all child [!:SvgElements].
(Inherited from SvgElement.) | |
| ClipPath |
Gets the associated SvgClipPath if one has been specified.
(Inherited from SvgVisualElement.) | |
| ClipRule |
Gets or sets the algorithm which is to be used to determine the clipping region.
(Inherited from SvgVisualElement.) | |
| Content |
Gets or sets the content of the element.
(Inherited from SvgElement.) | |
| Fill |
Gets or sets the fill SvgPaintServer of this element.
(Inherited from SvgVisualElement.) | |
| FillOpacity |
Gets or sets the opacity of this element's Fill.
(Inherited from SvgVisualElement.) | |
| FillRule | (Inherited from SvgVisualElement.) | |
| 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.
(Inherited from SvgVisualElement.) | |
| OwnerDocument |
Gets the owner SvgDocument.
(Inherited from SvgElement.) | |
| Parent |
Gets the parent SvgElement.
(Inherited from SvgElement.) | |
| Path | (Overrides SvgVisualElementPath.) | |
| Points |
The points that make up the SvgPolygon
| |
| Stroke |
Gets or sets the SvgPaintServer to be used when rendering a stroke around this element.
(Inherited from SvgVisualElement.) | |
| StrokeDashArray | (Inherited from SvgVisualElement.) | |
| StrokeDashOffset | (Inherited from SvgVisualElement.) | |
| StrokeLineCap | (Inherited from SvgVisualElement.) | |
| StrokeLineJoin | (Inherited from SvgVisualElement.) | |
| StrokeMiterLimit | (Inherited from SvgVisualElement.) | |
| 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.
(Inherited from SvgVisualElement.) | |
| StrokeWidth |
Gets or sets the width of the stroke (if the Stroke property has a valid value specified.
(Inherited from SvgVisualElement.) | |
| Transforms |
Gets or sets the element transforms.
(Inherited from SvgElement.) | |
| Visible |
Gets or sets a value to determine whether the element will be rendered.
(Inherited from SvgVisualElement.) |