FlexGrid for WinForms
TextDirectionEnum Enumeration



Specifies the direction to use when rendering text in a grid cell.
Syntax
'Declaration
 
Public Enum TextDirectionEnum 
   Inherits System.Enum
'Usage
 
Dim instance As TextDirectionEnum
public enum TextDirectionEnum : System.Enum 
public enum class TextDirectionEnum : public System.Enum 
Members
MemberDescription
DownText is rendered from the top of the cell to the bottom.
NormalText is rendered in the horizontal direction.
UpText is rendered from the bottom of the cell to the top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.TextDirectionEnum

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

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback