Spread Windows Forms 6.0 Product Documentation
TextOrientation Enumeration
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace : TextOrientation Enumeration


Glossary Item Box

Specifies the orientation of the text in a control.

Syntax

Visual Basic (Declaration) 
Public Enum TextOrientation 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TextOrientation
C# 
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.