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

    Property Value

    The default value is 8. A negative value, along with a negative value for the arrow length, will produce an arrowhead that points inward instead of outward.
    Remarks
    The shaft length is the length of the arrowhead on the shaft. You can make the arrowhead diamond shaped by having the shaft length twice the arrow length. A shaft length of zero will result in an arrowhead with no interior to fill with the System.Drawing.Brush.
    See Also