Table of Contents

Class SvgGradientElement

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll
public abstract class SvgGradientElement : SvgStyleableElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgGradientElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgUriReference, ISvgExternalResourcesRequired, ISvgStylable
Inheritance
SvgGradientElement
Implements
Derived
Inherited Members

Constructors

SvgGradientElement(string, string, string, SvgDocument)

Properties

ExternalResourcesRequired

Corresponds to attribute externalResourcesRequired on the given element.

GradientTransform
GradientUnits
Href
IsRenderable

Gets a value indicating whether this SVG element is renderable.

ReferencedElement
SpreadMethod
Stops

Methods

HandleAttributeChange(XmlAttribute)

This function allows each element to handle it's own behaviors for attribute changing. By default, the cached computed style is invalidated because most attributes refer to style properties.