Version

TextOrientationInfo Class Members

The following tables list the members exposed by TextOrientationInfo.

Public Constructors
 NameDescription
Public ConstructorTextOrientationInfo ConstructorCreates a new TextOrientationInfo instance.  
Public Properties
 NameDescription
Public PropertyDegreesGets the angle of rotation of the text, in degrees, counter-clockwise from the horizontal line.  
Public PropertyFlowDirectionGets the flow direction of the text.  
Public Propertystatic (Shared in Visual Basic)HorizontalGets a TextOrientationInfo representing horizontal flow text.  
Public Propertystatic (Shared in Visual Basic)Horizontal45DegreesGets a TextOrientationInfo representing horizontal flow text which is rotated 45 degrees.  
Public Propertystatic (Shared in Visual Basic)Horizontal90DegreesGets a TextOrientationInfo representing horizontal flow text which is rotated 90 degrees.  
Public Propertystatic (Shared in Visual Basic)HorizontalNegative45DegreesGets a TextOrientationInfo representing horizontal flow text which is rotated -45 degrees.  
Public Propertystatic (Shared in Visual Basic)HorizontalNegative90DegreesGets a TextOrientationInfo representing horizontal flow text which is rotated -90 degrees.  
Public Propertystatic (Shared in Visual Basic)VerticalGets a TextOrientationInfo representing vertical flow text.  
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the specified value is equal to this TextOrientationInfo.  
Public MethodGetHashCodeServes as a hash function for a TextOrientationInfo.  
Public MethodToStringGets the string representation of this TextOrientationInfo.  
See Also