Click or drag to resize

IAutoShape Properties

The IAutoShape type exposes the following members.

Properties
Name Description
Public property Adjustments
Public property AlternativeText
Gets or sets the alternative text associated with a shape. Read/write String .
Public property AlternativeTitle
Gets or sets the alternative title associated with a shape. Read/write String
(Inherited from IShape .)
Public property Click
Gets or sets the hyperlink defined for mouse click. Read/write ClickHyperlink .
Public property ContainMathEquation
if shape contains math equation.
Public property EffectDag
Gets the EffectFormat object which contains pixel effects applied to a shape. Read-only EffectDag Note: can return null for certain types of shapes which don't have effect properties.
Public property Fill
Gets the FillFormat object that contains fill formatting properties for a shape. Read-only Fill .
Public property Frame
Gets or sets the shape frame's properties. Read/write GraphicFrame .
Public property Height
Gets or sets the height of the shape. Read/write Int32 .
Public property Id (Inherited from IShape .)
Public property IsHidden
Indicates whether the shape is hidden. Read/write Boolean .
Public property IsPlaceholder
Indicates whether the shape is Placeholder. Read-only Boolean .
Public property IsTextBox
Indicates whether the shape is TextBox. Read-only Boolean .
Public property Left
Gets or sets the x-coordinate of the upper-left corner of the shape. Read/write Int32 .
Public property Line
Gets the LineFormat object that contains line formatting properties for a shape. Read-only Line .
Public property Locking
Gets shape's locks. Read-only Locking .
Public property MouseOver
Gets or sets the hyperlink defined for mouse over. Read/write ClickHyperlink .
Public property Name
Gets or sets the name of a shape. Read/write String .
Public property Parent
Gets the parent slide of a shape. Read-only ActiveSlide .
Public property Placeholder
Gets the placeholder for a shape. Read-only Placeholder .
Public property Points
Get all vertices of a shape.
Public property Presentation
Public property Rotation
Gets or sets the number of degrees the specified shape is rotated. Read/write Single .
Public property ShapeStyle
Public property ShapeType
Public property Slide
Gets the parent slide of a shape. Read-only ActiveSlide .
Public property TagsList
Gets the shape's tags collection. Read-only TagCollection .
Public property TextFrame
Gets TextFrame object for the AutoShape. Read-only TextFrameProperties .
Public property ThreeD
Gets the ThreeDFormat object that 3d effect properties for a shape. Read-only FormatThreeD .
Public property Top
Gets or sets the y-coordinate of the upper-left corner of the shape. Read/write Int32 .
Public property UseBackgroundFill
Indicates whether this autoshape should be filled with slide's background fill instead of specified by style or fill format. Read/write bool.
Public property Width
Gets or sets the width of the shape. Read/write Int32 .
Public property ZOrderPosition
Gets or sets the position of a shape in the z-order. Read/Write Int32 .
Top
See Also