Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IButton Interface / AutoSize Property


In This Topic
    AutoSize Property (IButton)
    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 IButton
    Dim value As Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    bool AutoSize {get; set;}
    See Also