PictureFrameShapeType Property |
Returns or sets the AutoShape type for a PictureFrame.
There are allowable all items of the set ShapeType,
except all sorts of lines:
ShapeType.Line,
ShapeType.StraightConnector1,
ShapeType.BentConnector2,
ShapeType.BentConnector3,
ShapeType.BentConnector4,
ShapeType.BentConnector5,
ShapeType.CurvedConnector2,
ShapeType.CurvedConnector3,
ShapeType.CurvedConnector4,
ShapeType.CurvedConnector5.
Read/write
ShapeType.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic override ShapeType ShapeType { get; set; }
Public Overrides Property ShapeType As ShapeType
Get
Set
public:
virtual property ShapeType ShapeType {
ShapeType get () override;
void set (ShapeType value) override;
}
abstract ShapeType : ShapeType with get, set
override ShapeType : ShapeType with get, set
Property Value
Type:
ShapeTypeImplements
IGeometryShapeShapeTypeIGeometryShapeShapeType
See Also