GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / ToArrowStyle Property
In This Topic
    ToArrowStyle Property (GoStroke)
    In This Topic
    Gets or sets the general shape of an arrowhead at the end of this stroke.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Specifies the general shape of the arrowhead")]
    public virtual GoStrokeArrowheadStyle ToArrowStyle {get; set;}

    Property Value

    The default value is GoStrokeArrowheadStyle.Polygon.
    See Also