TextDirection Enum
TextDirection enumeration
Specifies the directionality of text.
public enum TextDirection
Values
Name | Value | Description |
---|---|---|
Ltr | 0 | Text direction is left-to-right. |
Rtl | 1 | Text direction is right-to-left. |
Inherit | 2 | Inherits text direction from its parent. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG