GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / IGoPropertyControl Interface / View Property
In This Topic
    View Property (IGoPropertyControl)
    In This Topic
    Gets or sets the Northwoods.Go.GoView for which this Control is showing and modifying GoObject properties.
    Syntax
    GoView View {get; set;}

    Property Value

    Initially the value will be null.
    Remarks
    Setting this property to refer to a Northwoods.Go.GoView should also create and set the PropertyModifier if that property is null. Setting the PropertyModifier property, typically to support the sharing of a single PropertyModifier by multiple IGoPropertyControls, will also set this property to be the GoPropertyModifier.GoPropertyModifier.View.
    See Also