BeginArrowheadLength

LineFormat.BeginArrowheadLength property

Obtiene y establece el tipo de longitud de flecha inicial de la línea.

public MsoArrowheadLength BeginArrowheadLength { get; set; }

Ejemplos


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

Ver también