SVGBuilderExtensions.TextOverflow
SVGBuilderExtensions.TextOverflow 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
| Parameter | Description |
|---|---|
| TBuilder | The type of the SVG element builder. |
| builder | The builder instance. |
| textOverflow | The text overflow behavior. |
Return Value
The builder instance for chaining.
See Also
- enum TextOverflow
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG