Property Maximum
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Maximum
Gets or sets the value that specifies the maximum value of the active duration.
string Maximum { get; set; }
Property Value
- string
The attribute value can be either of the following:
- Clock-value
Specifies the length of the maximum value of the active duration, measured in local time.
Value must be greater than 0.
- media Specifies the maximum 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.)
There is no default value for "max". This does not constrain the active duration at all.
- Clock-value
Specifies the length of the maximum value of the active duration, measured in local time.