NestedShape Properties
A shape that belongs to a group or drawing canvas.Name | Description |
---|---|
AltText | Gets or sets the alternative text for a shape. Inherited from DrawingObject. |
CanvasItems | Provides access to the collection of shapes in a drawing canvas. Inherited from DrawingObject. |
ConnectorFormat | Provides access to connector settings. Inherited from DrawingObject. |
Decorative | Gets or sets whether the shape is marked as decorative. Inherited from DrawingObject. |
Description | Gets or sets the alternative description for a shape. Inherited from DrawingObject. |
Fill | Allows you to specify fill options for a shape. Inherited from DrawingObject. |
GroupItems | Provides access to the collection of shapes in a group. Inherited from DrawingObject. |
Height | Gets or sets the shape’s absolute height. Inherited from DrawingObject. |
Hyperlink | Returns a hyperlink associated with a shape. Inherited from DrawingObject. |
Id | Returns the shape’s unique identifier. Inherited from DrawingObject. |
Line | Allows you to format a shape outline. Inherited from DrawingObject. |
LockAspectRatio | Specifies whether to maintain proportions of a shape when you resize it. Inherited from DrawingObject. |
Name | Gets or sets the shape’s name. Inherited from DrawingObject. |
Offset | Gets or sets the absolute position of a shape on the page. Inherited from DrawingObject. |
OleFormat | Returns the OLE object’s characteristics. Inherited from DrawingObject. |
OriginalSize | Returns the original size of a shape or picture (that is the size before you scale or resize the object). Inherited from DrawingObject. |
Parent | Returns the group or canvas to which this shape belongs. |
PictureFormat | Provides access to picture settings. Inherited from DrawingObject. |
RotationAngle | Gets or sets the shape’s rotation angle. Inherited from DrawingObject. |
ScaleX | Gets or sets the horizontal scale factor for a shape. Inherited from DrawingObject. |
ScaleY | Gets or sets the vertical scale factor for a shape. Inherited from DrawingObject. |
ShapeFormat | Provides access to shape properties. Inherited from DrawingObject. |
Size | Gets or sets the shape’s size. Inherited from DrawingObject. |
Title | Gets or sets the alternative title for a shape. Inherited from DrawingObject. |
Type | Returns the shape’s type. Inherited from DrawingObject. |
WatermarkFormat | Provides access to watermark settings. Inherited from DrawingObject. |
Width | Gets or sets the shape’s absolute width. Inherited from DrawingObject. |
See Also