ISVGGradientElement interface

Defines a base interface that the SVGLinearGradientElement and SVGRadialGradientElement objects use.

Members

The ISVGGradientElement interface inherits from the IDispatch interface. ISVGGradientElement also has these types of members:

  • Properties

Properties

The ISVGGradientElement interface has these properties.

Property Access type Description

ISVGGradientElement::gradientTransform

Read-only

Gets a value that contains the definition of an optional, additional transformation from the gradient coordinate system onto the target coordinate system.

ISVGGradientElement::gradientUnits

Read-only

Gets a value that indicates the type of coordinate system that is used because of a transformation.

ISVGGradientElement::spreadMethod

Read-only

Gets a value that determines what happens if a gradient starts or ends inside the bounds of a target rectangle.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch