[]
Restricts the region to which paint can be applied.
public class SvgClipPathElement : SvgElement
Initializes a new instance of the SvgClipPathElement class.
public SvgClipPathElement()
Gets the SVG name of SvgClipPathElement.
public const string SvgName = "clipPath"
Gets or sets the coordinate system for the contents of the SvgClipPathElement.
public SvgUnitType? ClipPathUnits { get; set; }
Gets the SVG name of the current element.
public override string ElementName { get; }