SVGBuilderExtensions.FillRule

SVGBuilderExtensions.FillRule<TBuilder> method

Sets the ‘fill-rule’ attribute for an SVG element using a predefined FillRule enum value.

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

Return Value

The builder instance for chaining.

See Also