Click or drag to resize

XlsLineShape DashStyle Property

Gets or sets the dash style of the shape's line.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ShapeDashLineStyleType DashStyle { get; set; }

Return Value

Type: ShapeDashLineStyleType
The dash style of the shape's line as a ShapeDashLineStyleType.

Implements

ILineShape DashStyle
See Also