GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / OnBoundsChanged Method
In This Topic
    OnBoundsChanged Method (GoText)
    In This Topic
    Handle any change in size.
    Syntax
    protected override void OnBoundsChanged( 
       RectangleF old
    )

    Parameters

    old
    Remarks
    If AutoRescales is true, we rescale the font size so that the text fits in this object's bounds.
    See Also