Table of Contents

Property Minimum

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

Minimum

Gets or sets a value that specifies the minimum value of the active duration.

string Minimum { get; set; }

Property Value

string

The attribute value can be either of the following:

  • Clock-value Specifies the length of the minimum value of the active duration, measured in local time. Value must be greater than 0.
  • media Specifies the minimum value of the active duration as the intrinsic media duration. This is only valid for elements that define media. (For SVG's animation elements, if 'media' is specified, the attribute will be ignored.)