The class that all SVG elements should derive from when they are to be rendered.
public abstract class SvgVisualElement : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable
kind:method, kind:property, kind:ctor. Press Esc to clear.SvgVisualElement()Initializes a new instance of the SvgVisualElement class.ClipGets the associated SvgClipPath if one has been specified.ClipPathGets the associated SvgClipPath if one has been specified.ClipRuleGets or sets the algorithm which is to be used to determine the clipping region.EnableBackgroundGets or sets the fill SvgPaintServer of this element.RequiresSmoothRenderingGets or sets a value to determine if anti-aliasing should occur when the element is being rendered.