LineFormat.DashStyle

LineFormat.DashStyle property

Specifies the line dash type.

public MsoLineDashStyle DashStyle { get; set; }

Examples


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

See Also