Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface
Properties Methods

In This Topic
    IShapeBase Interface Members
    In This Topic

    The following tables list the members exposed by IShapeBase.

    Public Properties
     NameDescription
     PropertyGets an IAdjustments object that contains adjustment values for all the adjustments in the specified shape.  
     PropertyGets or sets the descriptive (alternative) text string for an IShape object.  
     PropertyGets or sets the shape type for the specified IShape or IShapeBase object, which must represent an shape other than a line, freeform drawing, or connector.  
     PropertyGets the binding collection of this shape.  
     PropertyGets an ICalloutFormat object that contains callout formatting properties for the specified shape. Applies to a IShape object that represent line callouts.  
     PropertyGets or sets whether the object can be moved.  
     PropertyGets or sets whether the user is allowed to rotate the shape.  
     PropertyGets or sets whether the object can be resized.  
     PropertyGets a value indicating whether this IShape is child shape or if all shapes in a shape range are child shapes of the same parent.  
     PropertyGets the number of connection sites on the specified shape.  
     PropertyGets a value indicating whether this IShape is a connector.  
     PropertyGets a ConnectorFormat object that contains connector formatting properties. Applies to a Shape that represent connectors.  
     PropertyGets an IControlFormat object that contains control properties.  
     PropertyGets a IFillFormat object for a specified shape that contains fill formatting properties for the shape.  
     PropertyGets a IGlowFormat object for a specified shape that contains glow formatting properties for the shape.  
     PropertyGets a IGroupShapes object that represents the individual shapes in the specified group.  
     PropertyGets or sets a System.Int32 value that represents the height, in pixels, of the shape.  
     PropertyGets a value indicating whether the specified shape is flipped around the horizontal axis.  
     PropertyGets a System.Int64 value that represents the identifier of the specified shape.  
     PropertyGets or sets a System.Int32 value that represents the distance, in pixels, from the left edge of the shape to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).  
     PropertyGets a ILineFormat object that contains line formatting properties for the specified shape.  
     PropertyGets or sets a value indicating whether the IShape retains its original proportions when you resize it.  
     PropertyGets or sets a string value representing the name of the shape.  
     PropertyGets a IShapeNodes collection that represents the geometric description of the specified shape.  
     PropertyGets the parent shape for the specified shape.  
     PropertyGets a IShape object that represents the common parent shape of a child shape or a range of child shapes.  
     PropertyGets a IReflectionFormat object for a specified shape that contains reflection formatting properties for the shape.  
     PropertyReturns whether the shape is able to regroup.  
     PropertyGets or sets the rotation of the shape, in degrees.  
     PropertyGets a IShadowFormat object that contains shadow formatting properties for the specified shape or shapes.  
     PropertyGets or sets an ShapeStyle that represents the shape style of shape range.  
     PropertyGets a ISoftEdgeFormat object for a specified shape that contains soft edge formatting properties for the shape  
     PropertyGets an ITextEffectFormat object that contains text-effect formatting properties for the specified shape.  
     PropertyGets an ITextFrame object that contains text formatting for the specified shape.  
     PropertyGets or sets the title of the alternative text associated with the specified shape  
     PropertyGets or sets a System.Int32 value that represents the distance, in pixels, from the top edge of the topmost shape in the shape range to the top edge of the worksheet.  
     PropertyGets or sets a ShapeType value that represents the shape type.  
     PropertyGets a value indicating whether the specified shape is flipped around the vertical axis.  
     PropertyGets or sets a boolean value that determines whether the shape is visible.  
     PropertyGets or sets a System.Int32 value that represents the width, in pixels, of the shape.  
     PropertyGets the position of the specified shape in the z-order.  
    Top
    Public Methods
     NameDescription
     MethodApplies to the specified shape formatting that's been copied by using the PickUp method.  
     MethodDeletes this shape.  
     MethodFlips the specified shape around its horizontal or vertical axis.  
     MethodMoves the specified shape horizontally by the specified number of pixels.  
     MethodChanges the rotation of the specified shape around the z-axis by the specified number of degrees.  
     MethodMoves the specified shape vertically by the specified number of pixels.  
     MethodCopies the formatting of the specified shape.  
     MethodReroutes all connectors attached to the specified shape; if the specified shape is a connector, it's rerouted.  
     MethodScales the height of the shape by a specified factor.  
     MethodScales the width of the shape by a specified factor.  
     MethodSelects the shape.  
     MethodMakes the formatting of the specified shape the default formatting for the shape.  
     MethodUngroups any grouped shapes in the specified shape or range of shapes. Disassembles pictures and OLE objects within the specified shape or range of shapes.  
     MethodCancels the current selection.  
     MethodMoves the specified shape in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order).  
    Top
    See Also