XlsShapeLineFormat
DashStyle Property
|
Represents the dash style for the specified 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; }
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
Type:
ShapeDashLineStyleType
Implements
IShapeLineFormat
DashStyle
See Also