GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / Style Property
In This Topic
    Style Property (GoPort)
    In This Topic
    Gets or sets the appearance style for this port.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The appearance style.")]
    public virtual GoPortStyle Style {get; set;}

    Property Value

    This defaults to GoPortStyle.Ellipse.
    Remarks
    If the value changes, the setter will also call LinksOnPortChanged to notify all connected links about the change.
    See Also