SVGClipPathElement.ClipPathUnits

SVGClipPathElement.ClipPathUnits property

Corresponds to attribute ‘clipPathUnits’ on the given ‘clipPath’ element. Takes one of the constants defined in SVGUnitTypes.

public SVGAnimatedEnumeration ClipPathUnits { get; }

Property Value

The attribute ‘clipPathUnits’ of the given ‘clipPath’ element.

See Also