SVGBuilderExtensions.Overflow

SVGBuilderExtensions.Overflow<TBuilder> method

Sets the ‘overflow’ attribute for an SVG element, controlling how overflow is handled.

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

Return Value

The builder instance for chaining.

See Also