LineFormat.BeginArrowheadStyle

LineFormat.BeginArrowheadStyle property

Gets and sets the begin arrow type of the line.

public MsoArrowheadStyle BeginArrowheadStyle { get; set; }

Examples


[C#]
lineFmt.BeginArrowheadStyle = MsoArrowheadStyle.ArrowOpen;

See Also