LineFormat.BeginArrowheadWidth

LineFormat.BeginArrowheadWidth property

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

public MsoArrowheadWidth BeginArrowheadWidth { get; set; }

Examples


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

See Also