GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / ToArrowFilled Property
In This Topic
    ToArrowFilled Property (GoStroke)
    In This Topic
    Gets or sets whether the arrowhead at the end of this stroke is filled with the brush.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Whether the arrowhead is filled with the stroke's brush")]
    public virtual bool ToArrowFilled {get; set;}

    Property Value

    The default value is true.
    See Also