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

    Property Value

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