Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / AutoSize Property


In This Topic
    AutoSize Property (ITextFrame)
    In This Topic
    The size of the specified object that changes automatically to fit text within its boundaries.
    Syntax
    'Declaration
     
    Property AutoSize As Boolean
    'Usage
     
    Dim instance As ITextFrame
    Dim value As Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    bool AutoSize {get; set;}
    See Also