SVGGradientElement.GradientUnits

SVGGradientElement.GradientUnits property

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

public SVGAnimatedEnumeration GradientUnits { get; }

Property Value

The attribute ‘gradientUnits’ of the given element.

See Also