GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoViewSheetStyle Enumeration
In This Topic
    GoViewSheetStyle Enumeration
    In This Topic
    Specifies values for GoView.GoView.SheetStyle, which affects the behavior of GoView.UpdateExtent to automatically scroll and scale the view as the view's size is changed, or (in WinForms) when the PrintScale is changed.
    Syntax
    public enum GoViewSheetStyle : System.Enum 
    Members
    MemberDescription
    None The GoView.Sheet is not visible, and the view does not rescale/scroll automatically as the view's size is changed.
    Sheet The GoView.Sheet is visible, but do not rescale/scroll automatically as the view's size is changed.
    SheetHeight Keep the whole height of the page visible as the view's size is changed.
    SheetWidth Keep the whole width of the page visible as the view's size is changed.
    WholeSheet Keep the whole page visible as the view's size is changed.
    See Also