Spread Windows Forms 8.0 Product Documentation
TextOrientation Enumeration


Specifies the orientation of the text in a control.
Syntax
'Declaration
 
Public Enum TextOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As TextOrientation
public enum TextOrientation : System.Enum 
Members
MemberDescription
TextHorizontalAligns the text horizontally in the control
TextHorizontalFlippedAligns the text horizontally in the control and flipped
TextRotateCustomAligns the text based on a rotation angle for shape-related objects only
TextTopDownAligns the text from the top to the bottom of the control and wraps left to right
TextTopDownRTLAligns the text from the top to the bottom of the control and wraps right to left
TextVerticalAligns the text vertically in the control
TextVerticalFlippedAligns the text vertically in the control and flipped
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.TextOrientation

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

FarPoint.Win Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.