DashStyle

LineFormat.DashStyle property

Specifica il tipo di trattino.

public MsoLineDashStyle DashStyle { get; set; }

Esempi


[C#]
lineFmt.DashStyle = MsoLineDashStyle.Solid;

Guarda anche