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

    Property Value

    The default value is false.
    Remarks
    The arrow will be located near the first 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