Table of Contents

Property End

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

End

Gets or sets the attribute that defines an end value for the animation that can constrain the active duration.

public string End { get; set; }

Property Value

string

The attribute value is a semicolon separated list of values.

A value of "indefinite" specifies that the end of the animation will be determined by an EndElement() method call (the animation DOM methods are described in DOM interfaces).