Click or drag to resize

SvgPolygon Properties

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The SvgPolygon type exposes the following members.

Properties
  NameDescription
Public propertyBounds (Overrides SvgVisualElementBounds.)
Public propertyChildren
Gets a collection of all child [!:SvgElements].
(Inherited from SvgElement.)
Public propertyClipPath
Gets the associated SvgClipPath if one has been specified.
(Inherited from SvgVisualElement.)
Public propertyClipRule
Gets or sets the algorithm which is to be used to determine the clipping region.
(Inherited from SvgVisualElement.)
Public propertyContent
Gets or sets the content of the element.
(Inherited from SvgElement.)
Public propertyFill
Gets or sets the fill SvgPaintServer of this element.
(Inherited from SvgVisualElement.)
Public propertyFillOpacity
Gets or sets the opacity of this element's Fill.
(Inherited from SvgVisualElement.)
Public propertyFillRule (Inherited from SvgVisualElement.)
Public propertyID
Gets or sets the ID of the element.
(Inherited from SvgElement.)
Public propertyOpacity
Gets or sets the opacity of the element. 1.0 is fully opaque; 0.0 is transparent.
(Inherited from SvgVisualElement.)
Public propertyOwnerDocument
Gets the owner SvgDocument.
(Inherited from SvgElement.)
Public propertyParent
Gets the parent SvgElement.
(Inherited from SvgElement.)
Public propertyPath (Overrides SvgVisualElementPath.)
Public propertyPoints
The points that make up the SvgPolygon
Public propertyStroke
Gets or sets the SvgPaintServer to be used when rendering a stroke around this element.
(Inherited from SvgVisualElement.)
Public propertyStrokeDashArray (Inherited from SvgVisualElement.)
Public propertyStrokeDashOffset (Inherited from SvgVisualElement.)
Public propertyStrokeLineCap (Inherited from SvgVisualElement.)
Public propertyStrokeLineJoin (Inherited from SvgVisualElement.)
Public propertyStrokeMiterLimit (Inherited from SvgVisualElement.)
Public propertyStrokeOpacity
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.)
Public propertyStrokeWidth
Gets or sets the width of the stroke (if the Stroke property has a valid value specified.
(Inherited from SvgVisualElement.)
Public propertyTransforms
Gets or sets the element transforms.
(Inherited from SvgElement.)
Public propertyVisible
Gets or sets a value to determine whether the element will be rendered.
(Inherited from SvgVisualElement.)
Top
See Also