GeometryShapeShapeType Property |
Returns or sets the geometry preset type.
Note: on value changing all adjustment values will reset to their default values.
Read/write
ShapeType.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic virtual ShapeType ShapeType { get; set; }
Public Overridable Property ShapeType As ShapeType
Get
Set
public:
virtual property ShapeType ShapeType {
ShapeType get ();
void set (ShapeType value);
}
abstract ShapeType : ShapeType with get, set
override ShapeType : ShapeType with get, set
Property Value
Type:
ShapeTypeImplements
IGeometryShapeShapeType
See Also