Click or drag to resize

SvgVisualElement Properties

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The SvgVisualElement type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets the bounds of the element.
Public propertyChildren
Gets a collection of all child [!:SvgElements].
(Inherited from SvgElement.)
Public propertyClipPath
Gets the associated SvgClipPath if one has been specified.
Public propertyClipRule
Gets or sets the algorithm which is to be used to determine the clipping region.
Public propertyContent
Gets or sets the content of the element.
(Inherited from SvgElement.)
Public propertyFill
Gets or sets the fill SvgPaintServer of this element.
Public propertyFillOpacity
Gets or sets the opacity of this element's Fill.
Public propertyFillRule
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.
Public propertyOwnerDocument
Gets the owner SvgDocument.
(Inherited from SvgElement.)
Public propertyParent
Gets the parent SvgElement.
(Inherited from SvgElement.)
Public propertyPath
Gets the GraphicsPath for this element.
Public propertyStroke
Gets or sets the SvgPaintServer to be used when rendering a stroke around this element.
Public propertyStrokeDashArray
Public propertyStrokeDashOffset
Public propertyStrokeLineCap
Public propertyStrokeLineJoin
Public propertyStrokeMiterLimit
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.
Public propertyStrokeWidth
Gets or sets the width of the stroke (if the Stroke property has a valid value specified.
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.
Top
See Also