SVGBuilderExtensions.ClipRule

SVGBuilderExtensions.ClipRule<TBuilder> method

Sets the ‘clip-rule’ attribute for an SVG element.

public static TBuilder ClipRule<TBuilder>(this TBuilder builder, ClipRule value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe clip rule value to set.

Return Value

The builder instance for chaining.

See Also