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