GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / BottomRightCorner Property
In This Topic
    BottomRightCorner Property
    In This Topic
    Gets or sets the Control that fits in the bottom-right corner adjacent to both the BottomBar and the RightBar.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual Control BottomRightCorner {get; set;}

    Property Value

    Any Control may be used here; the initial value is a blank, default Control.
    Remarks
    The position and size of the control are set automatically to fit the adjacent bars' width and height.
    See Also