GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / FromArrowFilled Property
In This Topic
    FromArrowFilled Property (GoStroke)
    In This Topic
    Gets or sets whether the arrowhead at the start 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 FromArrowFilled {get; set;}

    Property Value

    The default value is true.
    See Also