GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoTextNode Class
/ OnAutoResizesChanged Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
OnAutoResizesChanged Method (GoTextNode)
In This Topic
This method is called when the value of
AutoResizes
changes.
Syntax
C#
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
Reference
GoTextNode Class
GoTextNode Members