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


Glossary Item Box

Specifies the direction of text.

Syntax

Visual Basic (Declaration) 
Public Enum TextDirection 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TextDirection
C# 
public enum TextDirection : System.Enum 

Members

MemberDescription
HorizontalDisplays the text in a right to left orientation
Rotate270DegreeRotates the text 270 degrees from a horizontal line
Rotate90DegreeRotates the text up 90 degrees from a horizontal line
StackedDisplays the text stacked vertically
StackedRTLDisplays the text stacked vertically from right to left
VerticalDisplays the text in a top to bottom orientation
VerticalRTLDisplays the text in a right to left, top to bottom orientation

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Chart.TextDirection

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.