GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyModifier Class / View Property
In This Topic
    View Property (GoPropertyModifier)
    In This Topic
    Gets or sets the Northwoods.Go.GoView upon which this property modifier is acting.
    Syntax
    public GoView View {get; set;}

    Property Value

    Initially this value is null, but it should be set to a Northwoods.Go.GoView whose Northwoods.Go.GoView.Document holds the Northwoods.Go.GoObjects in the Collection.
    Remarks
    When this property is set to a Northwoods.Go.GoView, the Collection is also set to be the view's Northwoods.Go.GoView.Selection. This property is also set automatically to be a Northwoods.Go.GoSelection.View if the Collection is set to a Northwoods.Go.GoSelection.
    See Also