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