GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyForm Class / View Property
In This Topic
    View Property (GoPropertyForm)
    In This Topic
    Gets or sets the Northwoods.Go.GoView for which this Form modifies some property of many Northwoods.Go.GoObjects.
    Syntax
    public virtual GoView View {get; set;}
    Remarks
    Setting this view will also create a GoPropertyModifier and set the PropertyModifier property if that property was null. The value of this property may also be changed by setting PropertyModifier.
    See Also