BeginArrowheadStyle

LineFormat.BeginArrowheadStyle property

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

public MsoArrowheadStyle BeginArrowheadStyle { get; set; }

Ejemplos


[C#]
lineFmt.BeginArrowheadStyle = MsoArrowheadStyle.ArrowOpen;

Ver también