GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / FromArrowWidth Property
In This Topic
    FromArrowWidth Property (GoStroke)
    In This Topic
    Gets or sets the maximum width of the arrowhead at the start of this stroke.
    Syntax
    [Category("Appearance")]
    [DefaultValue(8)]
    [Description("The width at its widest point of the arrowhead at the start of this stroke.")]
    public virtual float FromArrowWidth {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