GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNode Class / Resizable Property
In This Topic
    Resizable Property (GoNode)
    In This Topic
    Whether this node is resizable is really determined by whether the SelectionObject is resizable.
    Syntax
    public override bool Resizable {get; set;}
    See Also