GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / ToArrowAnchorPoint Property
In This Topic
    ToArrowAnchorPoint Property
    In This Topic
    Gets a point which specifies the direction the arrow is coming from.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoPointFConverter)]
    [Description("A point which specifies the direction the arrow is coming from.")]
    public virtual PointF ToArrowAnchorPoint {get;}

    Property Value

    The default value is the next-to-last point of this stroke.
    See Also