GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / ToArrowEndPoint Property
In This Topic
    ToArrowEndPoint Property
    In This Topic
    Gets the point at the tip of the arrowhead at the end of this stroke.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoPointFConverter)]
    [Description("The point at the tip of the arrowhead at the end of this stroke.")]
    public virtual PointF ToArrowEndPoint {get;}

    Property Value

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