Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / AutoSize Property


In This Topic
    AutoSize Property (Shape)
    In This Topic
    Gets a boolean values indicates whether the shape is auto size.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property AutoSize As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    value = instance.AutoSize
    public virtual bool AutoSize {get;}
    See Also