Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / CanSize Property


In This Topic
    CanSize Property (IShapeBase)
    In This Topic
    Syntax
    'Declaration
     
    Property CanSize As Sizing
    'Usage
     
    Dim instance As IShapeBase
    Dim value As Sizing
     
    instance.CanSize = value
     
    value = instance.CanSize
    Sizing CanSize {get; set;}
    See Also