ISVGLinearGradientElement interface
Defines the attributes that are required to apply linear gradients to SVG elements. This interface corresponds to the SVGLinearGradientElement element.
Members
The ISVGLinearGradientElement interface inherits from the IDispatch interface. ISVGLinearGradientElement also has these types of members:
- Properties
Properties
The ISVGLinearGradientElement interface has these properties.
Property | Access type | Description |
---|---|---|
Read/write |
Gets or sets the x-coordinate for the begining of a gradient vector. |
|
Read/write |
Gets or sets the x-coordinate for the end of a gradient vector. |
|
Read/write |
Gets or sets the y-coordinate for the begining of a gradient vector. |
|
Read/write |
Gets or sets the y-coordinate for the end of a gradient vector. |
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 |