GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverview Class / OverviewRect Property
In This Topic
    OverviewRect Property
    In This Topic
    Gets the GoOverviewRectangle representing the observed view's extent in its document.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public GoOverviewRectangle OverviewRect {get;}
    Remarks
    This is the rectangle in this view that the user drags to change the GoView.DocPosition of the observed view.
    See Also