LineFormat.EndArrowheadLength

LineFormat.EndArrowheadLength property

Gets and sets the end arrow length type of the line.

public MsoArrowheadLength EndArrowheadLength { get; set; }

Examples


[C#]
lineFmt.EndArrowheadLength = MsoArrowheadLength.Long;

See Also