The Shape type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateEllipse
Create and return new ellipse shape.
Public methodStatic memberCreateLine
Create and return new line shape.
Public methodStatic memberCreatePicture
Create and return a new Picture shape.
Public methodStatic memberCreateRectangle
Create and return new rectangle shape.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

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