Shape |
The ShapeProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShapeProperty | Initialize the shape property object used in ExcelShape. |
![]() | ShapeProperty(ExcelDrawing) | Initialize the shape property object used in ExcelShape. |
Name | Description | |
---|---|---|
![]() | ChildSize | Gets or sets the size dimensions of the child extents rectangle. |
![]() | Fill | Gets the Brush that specifies how the shape's interior is filled. |
![]() | FlipOrientation | Gets or sets the orientation of a shape. |
![]() | Geometry | Gets a shape's geometry. |
![]() | Outline | Gets the Pen that specifies the shape's outline. |
![]() | Parent | Gets or Sets the parent drawing. |
![]() | Position | Gets or sets the position (in units of ChildSize) relative to top-left corner of parent ShapeGroup. |
![]() | Rotation | Gets or sets the angle (in degrees) that a shape is rotated. Positive value corresponds to clockwise rotation angle. |
![]() | Size | Gets or sets the size (in units of ChildSize of a parent ShapeGroup). |
![]() | Text | Gets a shape's text. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |