GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / InvalidBounds Property
In This Topic
    InvalidBounds Property
    In This Topic
    Gets or sets whether the bounds are up to date.
    Syntax
    [Browsable(false)]
    protected bool InvalidBounds {get; set;}
    Remarks
    This is typically set to true as some change is made to this object that requires recalculation of the bounds. This flag is automatically set to false and the ComputeBounds method then actually does that calculation on demand. Setting this property does not raise any Changed events.
    See Also