GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / FromArrowAnchorPoint Property
In This Topic
    FromArrowAnchorPoint 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 specifying the direction from which comes the arrow at the start of this stroke.")]
    public virtual PointF FromArrowAnchorPoint {get;}

    Property Value

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