SVGBuilderExtensions.Max
Contents
[
Hide
]Max<TBuilder>(this TBuilder, TimeSpan)
Sets the ‘max’ attribute, specifying the maximum duration of the animation.
public static TBuilder Max<TBuilder>(this TBuilder builder, TimeSpan duration)
where TBuilder : ISVGElementBuilder, IAnimationTimingAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
duration | The maximum duration of the animation. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IAnimationTimingAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
Max<TBuilder>(this TBuilder, Media)
Sets the ‘max’ attribute, specifying the predefined maximum duration condition for the animation.
public static TBuilder Max<TBuilder>(this TBuilder builder, Media value)
where TBuilder : ISVGElementBuilder, IAnimationTimingAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The predefined maximum duration condition for the animation. |
Return Value
The builder instance for chaining.
See Also
- enum Media
- interface ISVGElementBuilder
- interface IAnimationTimingAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG