DashStyle

LineFormat.DashStyle property

Gibt den Strichtyp der Linie an.

public MsoLineDashStyle DashStyle { get; set; }

Beispiele


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

Siehe auch