SVGClipPathElementBuilder.AddText

SVGClipPathElementBuilder.AddText method

Adds a text element to the clipPath element.

public SVGClipPathElementBuilder AddText(Action<SVGTextElementBuilder> configure)
ParameterTypeDescription
configureAction`1A configuration action for the SVGTextElementBuilder.

Return Value

The current instance of SVGClipPathElementBuilder for method chaining.

See Also