SVGBuilderExtensions.CalcMode

SVGBuilderExtensions.CalcMode<TBuilder> method

Sets the ‘calcMode’ attribute, defining the calculation mode for the animation.

public static TBuilder CalcMode<TBuilder>(this TBuilder builder, CalcMode calcMode)
    where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
calcModeThe calculation mode for the animation.

Return Value

The builder instance for chaining.

See Also