GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / BottomLeftCorner Property
In This Topic
    BottomLeftCorner Property
    In This Topic
    Gets or sets the Control that fits in the bottom-left corner adjacent to both the BottomBar and the LeftBar.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual Control BottomLeftCorner {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