SVGBuilderExtensions.TextOverflow

SVGBuilderExtensions.TextOverflow<TBuilder> method

Sets the ’text-overflow’ attribute for an SVG element, defining how overflowed content that is not displayed is signaled to the users.

public static TBuilder TextOverflow<TBuilder>(this TBuilder builder, TextOverflow textOverflow)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
textOverflowThe text overflow behavior.

Return Value

The builder instance for chaining.

See Also