Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ITextOrientationSupport2 Interface / TextOrientation Property


In This Topic
    TextOrientation Property (ITextOrientationSupport2)
    In This Topic
    Gets or sets how text orients itself when painting the cell.
    Syntax
    'Declaration
     
    
    Property TextOrientation As TextOrientation
    'Usage
     
    
    Dim instance As ITextOrientationSupport2
    Dim value As TextOrientation
     
    instance.TextOrientation = value
     
    value = instance.TextOrientation
    TextOrientation TextOrientation {get; set;}
    See Also