LineFormat.BeginArrowheadLength

LineFormat.BeginArrowheadLength property

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

public MsoArrowheadLength BeginArrowheadLength { get; set; }

Examples


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

See Also