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


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