Class SvgRadialGradientElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
The implementation of the radialGradient
element or the ISvgRadialGradientElement interface.
public sealed class SvgRadialGradientElement : SvgGradientElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgRadialGradientElement, ISvgGradientElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgUriReference, ISvgExternalResourcesRequired, ISvgStylable
- Inheritance
-
SvgRadialGradientElement
- Implements
- Inherited Members
Remarks
Radial Gradient fx/fy values should only be inherited from a referenced element if that element is explicitly defining them, otherwise they should follow the cy special case behavior. Additionally, because xlink references can inherit to an arbitrary level, we should walk up the tree looking for explicitly defined fx/fy values to inherit before falling back to the cx/cy definitions.
Constructors
Properties
- IsRenderable
Gets a value indicating whether this SVG element is renderable.