SpreadsheetGear 2017
TextOrientation Enumeration






SpreadsheetGear.Shapes Namespace : TextOrientation Enumeration
Specifies the text orientation of a shape.
Syntax
'Declaration
 
Public Enum TextOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As TextOrientation
public enum TextOrientation : System.Enum 
public enum TextOrientation = class(System.Enum)
public enum TextOrientation extends System.Enum
__value public enum TextOrientation : public System.Enum 
public enum class TextOrientation : public System.Enum 
Members
MemberDescription
Downward 
Horizontal 
HorizontalRotatedFarEast 
Mixed 
Upward 
Vertical 
VerticalFarEast 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Shapes.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

Reference

SpreadsheetGear.Shapes Namespace
Orientation Property