SVGBuilderExtensions.AttributeName

SVGBuilderExtensions.AttributeName<TBuilder> method

Sets the ‘attributeName’ attribute, specifying the name of the CSS property or attribute to be animated.

public static TBuilder AttributeName<TBuilder>(this TBuilder builder, string value)
    where TBuilder : ISVGElementBuilder, IAnimationTargetAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
valueThe name of the attribute to animate.

Return Value

The builder instance for chaining.

See Also