XlsLineShape
LineShapeType Property
|
Gets or sets the type of the line 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 LineShapeType LineShapeType { get; set; }
Public Property LineShapeType As LineShapeType
Get
Set
public:
virtual property LineShapeType LineShapeType {
LineShapeType get () sealed;
void set (LineShapeType value) sealed;
}
abstract LineShapeType : LineShapeType with get, set
override LineShapeType : LineShapeType with get, set
Return Value
Type:
LineShapeType
The type of the line shape, which can be Line, CurveLine, or ElbowLine.
Implements
ILineShape
LineShapeType
Exceptions
Exception
|
Condition
|
ArgumentNullException
|
Thrown when the shapeConverter is not of the expected type or the provided value is not a valid LineShapeType.
|
See Also