GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBasicNode Class / OnAutoResizesChanged Method
In This Topic
    OnAutoResizesChanged Method (GoBasicNode)
    In This Topic
    This method is called when the value of AutoResizes changes.
    Syntax
    public virtual void OnAutoResizesChanged( 
       bool old
    )

    Parameters

    old
    Remarks
    This just changes the Label's Wrapping and Clipping properties to be true when the AutoResizes property is false, and vice-versa.
    See Also