SVGBuilderExtensions.WhiteSspace
SVGBuilderExtensions.WhiteSspace<TBuilder> method
Sets the ‘white-space’ attribute for an SVG element, specifying how white space inside the element is handled.
public static TBuilder WhiteSspace<TBuilder>(this TBuilder builder, WhiteSpace value)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The white space handling mode. |
Return Value
The builder instance for chaining.
See Also
- enum WhiteSpace
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG