GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / ToArrowLength Property
In This Topic
    ToArrowLength Property (GoStroke)
    In This Topic
    Gets or sets the length of the arrowhead at the end of this stroke.
    Syntax
    [Category("Appearance")]
    [DefaultValue(10)]
    [Description("The length of the arrow at the end of this stroke, along the shaft from the end point to the widest point.")]
    public virtual float ToArrowLength {get; set;}

    Property Value

    The default value is 10. A negative value will produce an arrowhead that points inward instead of outward.
    Remarks
    The length is the distance measured along the shaft of the two "barbs" of the arrowhead from the end point.
    See Also