[]
Represents a drawing shape object.
public abstract class DrawingShape
Name | Description |
---|---|
Bottom | Gets bottom vertical coordinate, in twips. |
DashedLineStyle | Gets or sets the dash style of the line or border around the shape. |
EndPoint | Gets or sets the end point of the shape, in twips. |
Extrusion | Gets drawing extrusion for the shape. |
Height | Gets height (vertical size), in twips. |
Hyperlink | Gets or sets the hyperlink associated with the shape. |
Id | Gets the unique identifier of the shape. |
IsExtrusion | Gets or sets true if drawing shape has extrusion, otherwise false. |
IsHidden | Gets or sets true if drawing shape is hidden, otherwise false. |
IsShadow | Gets or sets true if drawing shape has shadow, otherwise false. |
Left | Gets left horizontal coordinate, in twips. |
LineColor | Gets or sets the color of the border around the shape. |
LineStyle | Gets or sets the style of the line or border around the shape. |
LineWidth | Gets or sets the width of the border around the shape, in twips. |
Owner | Gets a reference to the parent IShapeContainer object. |
Rectangle | Gets or sets the rectangle that contains the shape, in twips. |
Right | Gets right horizontal coordinate, in twips. |
Rotation | Gets or sets the rotation of the shape, in degrees. |
Shadow | Gets drawing shadow for the shape. |
StartPoint | Gets or sets the start point of the shape, in twips. |
Top | Gets top vertical coordinate, in twips. |
Width | Gets width (horizontal size), in twips. |
Wrap | Gets or sets the content wrap type for the shape. |
ZIndex | Gets or sets z-index (front or back)of the shape. |
Name | Description |
---|---|
Clone() | Creates a new DrawingShape object that is a copy of the current instance. |