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

    Property Value

    The default value is false.
    Remarks
    The arrow will be located near the last point of the stroke. By default this will be an arrowhead drawn pointing out with a thin pen and filled with the stroke's System.Drawing.Brush, which defaults to Brushes.Black.
    See Also