Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ShapeDashLineStyleType DashStyle { get; set; }
Public Property DashStyle As ShapeDashLineStyleType
	Get
	Set
public:
virtual property ShapeDashLineStyleType DashStyle {
	ShapeDashLineStyleType get () sealed;
	void set (ShapeDashLineStyleType value) sealed;
}
abstract DashStyle : ShapeDashLineStyleType with get, set
override DashStyle : ShapeDashLineStyleType with get, set

Property Value

ShapeDashLineStyleType

Implements

ILineShape..::..DashStyle

See Also