Shape Property

Read-only. Returns an instance of the Shape object, that represents a shape, associated with an instance of an object from the Applies to list.

Applies to: Master object, Window object

Syntax

[[Set] shapeRet = ] object.Shape

The Shape property syntax has these parts:

Part Description
object Required. An expression that returns an object in the Applies to list.
shapeRet Optional. A Shape type variable.

Remarks

Master object:
Returns the shape, contained in the library object (master object).

Window object:
If the window is a document window (document view, see the Type property) and is a Group Edit window at the same time, the Shape property returns an instance of the Shape object, that corresponds to the group displayed in the window. In all other cases the Shape property returns Nothing.

 

See Also

Document property, Library property, Page property, Shape object