Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / AutoSize Property


In This Topic
    AutoSize Property (GroupShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property AutoSize As Boolean
    'Usage
     
    
    Dim instance As GroupShape
    Dim value As Boolean
     
    value = instance.AutoSize
    public override bool AutoSize {get;}
    See Also