SVGPatternElement.PatternContentUnits

SVGPatternElement.PatternContentUnits property

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

public SVGAnimatedEnumeration PatternContentUnits { get; }

Property Value

The attribute ‘patternContentUnits’ of the given ‘pattern’ element.

See Also