ISVGRadialGradientElement interface

Provides properties for the radialGradient element.

Members

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

  • Properties

Properties

The ISVGRadialGradientElement interface has these properties.

Property Access type Description

ISVGRadialGradientElement::cx

Read/write

Gets or sets the x-coordinate for the center of the largest (that is, outermost) circle of a radial gradient.

ISVGRadialGradientElement::cy

Read/write

Gets or sets the y-coordinate for the center of the largest (that is, outermost) circle of a radial gradient.

ISVGRadialGradientElement::fx

Read/write

Gets or sets the x-coordinate for the focal point of a radial gradient.

ISVGRadialGradientElement::fy

Read/write

Gets or sets the y-coordinate for the focal point of a radial gradient.

ISVGRadialGradientElement::r

Read/write

Gets or sets the radius of a radial gradient.

 

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