ShapeBase
SetShapeType Method
|
Sets the shape type. Users are not to modify shape type directly.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SetShapeType(
ShapeType shapeType
)
Public Sub SetShapeType (
shapeType As ShapeType
)
public:
void SetShapeType(
ShapeType shapeType
)
member SetShapeType :
shapeType : ShapeType -> unit
Parameters
-
shapeType
-
Type:
Spire.Doc.Documents
ShapeType
See Also