The Shape type exposes the following members.

Properties

  NameDescription
Public propertyAdjustmentList
Gets adjustments of a shape. Null if a shape doesn't have adjustments.
Public propertyBounds
Gets or sets bounds of a shape.
Public propertyFillFormat
Gets or sets fill style of a shape.
Public propertyHasHyperlink
Determines whether a shape has a hyperlink.
Public propertyHyperlink
Gets or sets hyperlink for a shape. Null if hyperlink is not set.
Public propertyLowerRightPoint
Gets lower right point of shape bounds. If ReflectVertically returns true then gets the upper right point.
Public propertyProtected
Gets or sets whether a shape is protected against selecting and modifying.
Public propertyReflectVertically
Gets or sets whether a shape is reflected vertically.
Public propertyRotation
Gets or sets rotation angle (degree) of a shape.
Public propertyShapeType
Gets type of a shape.
Public propertyStrokeFormat
Gets or sets style of lines used to draw a shape.
Public propertyTextBox
Gets text box of a shape.
Public propertyUpperLeftPoint
Gets upper left point of shape bounds. If ReflectVertically returns true then gets the lower left point.

See Also