XlsLineShape
Style Property
 | 
Gets or sets the style of the line for the shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ShapeLineStyleType Style { get; set; }
 
Public Property Style As ShapeLineStyleType
	Get
	Set
 
public:
virtual property ShapeLineStyleType Style {
	ShapeLineStyleType get () sealed;
	void set (ShapeLineStyleType value) sealed;
}
 
abstract Style : ShapeLineStyleType with get, set
override Style : ShapeLineStyleType with get, set
 
 
 
Return Value
Type:
ShapeLineStyleType
The current style of the line for the shape.
Implements
ILineShape
Style
 
See Also