Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / CanSize Property


In This Topic
    CanSize Property
    In This Topic
    Gets or sets whether the object can be resized.
    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;}
    Remarks
    This property affects to UI interaction only.
    See Also