SVGBuilderExtensions.Direction
SVGBuilderExtensions.Direction<TBuilder> method
Sets the ‘direction’ attribute for an SVG element using a predefined enum value.
public static TBuilder Direction<TBuilder>(this TBuilder builder, TextDirection value)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The TextDirection enum value to set. |
Return Value
The builder instance for chaining.
See Also
- enum TextDirection
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG