ShapeBase
ShapeType Property
|
Gets the shape type.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ShapeType ShapeType { get; }
Public ReadOnly Property ShapeType As ShapeType
Get
public:
property ShapeType ShapeType {
ShapeType get ();
}
member ShapeType : ShapeType with get
Property Value
Type:
ShapeType
See Also