GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / ToArrow Property
In This Topic
    ToArrow Property (GoLabeledLink)
    In This Topic
    Gets or sets the RealLink's GoStroke.ToArrow property.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether an arrow is drawn at the end of this stroke.")]
    public bool ToArrow {get; set;}
    See Also