Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / Orientation Property


In This Topic
    Orientation Property (ITextFrame)
    In This Topic
    Returns or sets a value that represents the text frame orientation.
    Syntax
    'Declaration
     
    
    Property Orientation As TextOrientation
    'Usage
     
    
    Dim instance As ITextFrame
    Dim value As TextOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    TextOrientation Orientation {get; set;}
    Remarks
    Not supported types: Vertical, HorizontalRotatedFarEast
    See Also