Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / TextFrame Property


In This Topic
    TextFrame Property
    In This Topic
    Gets an ITextFrame object that contains text formatting for the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property TextFrame As ITextFrame
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As ITextFrame
     
    value = instance.TextFrame
    ITextFrame TextFrame {get;}
    See Also