Enum TextDirection
Specifies the possible directions of text.
[JsonConverter(typeof(StringEnumConverter))]
public enum TextDirection
Fields
LTR = 0
Left To Right.
RTL = 1
Right To Left.
Specifies the possible directions of text.
[JsonConverter(typeof(StringEnumConverter))]
public enum TextDirection
LTR = 0
Left To Right.
RTL = 1
Right To Left.