SVGBuilderExtensions.GradientTransform

SVGBuilderExtensions.GradientTransform<TBuilder> method

Sets the ‘gradientTransform’ attribute for a gradient element.

public static TBuilder GradientTransform<TBuilder>(this TBuilder builder, 
    Func<TransformBuilder, TransformBuilder> configure)
    where TBuilder : ISVGElementBuilder, IGradientStopElementBuilder
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder to which the attribute is applied.
configureA function to configure the SVG transform builder.

Return Value

The builder instance for chaining.

See Also