GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SheetStyle Property
In This Topic
    SheetStyle Property (GoView)
    In This Topic
    Gets or sets how the view adjusts its DocScale and DocPosition as the view's size changes.
    Syntax
    [Category("Sheet")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("How to rescale and reposition the view as the view changes size")]
    public virtual GoViewSheetStyle SheetStyle {get; set;}

    Property Value

    The default value is GoViewSheetStyle.GoViewSheetStyle.None: the Sheet (if any exists) is not visible.
    Remarks
    The value of this property affects whether the Sheet is visible and the behavior of UpdateExtent.
    See Also