LineFormat.EndArrowheadWidth

LineFormat.EndArrowheadWidth property

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

public MsoArrowheadWidth EndArrowheadWidth { get; set; }

Examples


[C#]
lineFmt.EndArrowheadWidth = MsoArrowheadWidth.Medium;

See Also