DashStyle

LineFormat.DashStyle property

Anger linjestrecktypen.

public MsoLineDashStyle DashStyle { get; set; }

Exempel


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

Se även