Table of Contents

Interface ISvgAnimateColorElement

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

The SVGAnimateColorElement interface corresponds to the "animateColor" element.

public interface ISvgAnimateColorElement : ISvgAnimationElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgTests, ISvgUriReference, ISvgExternalResourcesRequired, IElementTimeControl, IEventTarget, ISvgStylable
Inherited Members

Properties

Accumulate

Gets or sets a value that controls whether or not the animation is cumulative.

Additive

Gets or sets a value that controls whether or not the animation is additive.

AttributeName

Gets or sets the name of the target attribute. An XMLNS prefix may be used to indicate the XML namespace for the attribute. The prefix will be interpreted in the scope of the current (i.e., the referencing) animation element.

AttributeType

Gets or sets the namespace in which the target attribute and its associated values are defined.

By

Gets or sets a value that specifies a relative offset value for the animation.

CalcMode

Gets or sets a value that specifies the interpolation mode for the animation.

From

Gets or sets a value that specifies the starting value of the animation.

KeySplines

Gets or sets a set of Bézier control points associated with the "keyTimes" list, defining a cubic Bézier function that controls interval pacing.

KeyTimes

Gets or sets a semicolon-separated list of time values used to control the pacing of the animation.

To

Gets or sets a value that specifies the ending value of the animation.

Values

Gets or sets a semicolon-separated list of one or more values.