BeginArrowheadWidth

LineFormat.BeginArrowheadWidth property

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

public MsoArrowheadWidth BeginArrowheadWidth { get; set; }

Ejemplos


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

Ver también