LineFormat.EndArrowheadStyle

LineFormat.EndArrowheadStyle property

Gets and sets the end arrow type of the line.

public MsoArrowheadStyle EndArrowheadStyle { get; set; }

Examples


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

See Also