Table of Contents

Property Begin

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

Begin

Gets or sets values of values that defines when the element should begin (i.e. become active).

public string Begin { get; set; }

Property Value

string

The attribute value is a semicolon separated list of values.

If set to "indefinite", the begin of the animation will be determined by a BeginElement() method call or a hyperlink targeted to the element.