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

    Property Value

    The value is measured in document coordinates and must be non-negative. The default value is 8.
    Remarks
    Smaller values make the arrowhead sharper.
    See Also