GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CanResize Method
In This Topic
    CanResize Method
    In This Topic
    Called to see if the user can resize this object.
    Syntax
    public virtual bool CanResize()
    Remarks
    This returns true if Resizable, and, if this object is in a layer, if Layer.CanResizeObjects() is true. This object's parent need not be resizable for this object to be resizable. This predicate is used by GoToolResizing.
    See Also