Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / CanSize Property


In This Topic
    CanSize Property (Shape)
    In This Topic
    Gets or sets whether the object can be resized.
    Syntax
    'Declaration
     
    
    Public Property CanSize As Sizing
    'Usage
     
    
    Dim instance As Shape
    Dim value As Sizing
     
    instance.CanSize = value
     
    value = instance.CanSize
    public Sizing CanSize {get; set;}
    Remarks
    This property affects to UI interaction only.
    See Also