ILineShape
DashStyle Property
 | 
DashStyle
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
ShapeDashLineStyleType DashStyle { get; set; }
 
Property DashStyle As ShapeDashLineStyleType
	Get
	Set
 
property ShapeDashLineStyleType DashStyle {
	ShapeDashLineStyleType get ();
	void set (ShapeDashLineStyleType value);
}
 
abstract DashStyle : ShapeDashLineStyleType with get, set
 
 
 
Property Value
Type:
ShapeDashLineStyleType
 
See Also