Specifies whether text should remain upright, regardless of the transform applied to it and the accompanying shape transform.
Syntax
'Declaration
Public Property UpRight As Boolean
'Usage
Dim instance As RichText
Dim value As Boolean
instance.UpRight = value
value = instance.UpRight
public bool UpRight {get; set;}
See Also