GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / NewGoLink Property
In This Topic
    NewGoLink Property
    In This Topic
    This convenience property safely casts the value of NewLinkPrototype as a GoLink.
    Syntax
    [Category("Behavior")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Description("The value of NewLinkPrototype, if it is a GoLink.")]
    public GoLink NewGoLink {get; set;}

    Property Value

    this may be null if NewLinkPrototype is not an instance of GoLink
    See Also