Back to Devexpress

Shape Properties

officefileapi-devexpress-dot-spreadsheet-dot-shape-dot-underscore-properties.md

latest4.9 KB
Original Source

Shape Properties

A common interface for drawing objects in a worksheet.

NameDescription
AlternativeTextGets or sets the descriptive (alternative) text for a drawing object.
BottomRightCellGets or sets a cell where the bottom right corner of a floating object is located. Inherited from FloatingObject.
ConnectorFormatProvides access to the shape connector settings.
DecorativeGets or sets whether the shape is marked as decorative.
FillProvides access to fill options for the specified drawing object. Inherited from ShapeFormatBase.
HeightGets or sets the height of the floating object. Inherited from FloatingObject.
HyperlinkGets the hyperlink associated with a drawing object (picture).
IdGets the drawing object identifier.
LeftGets or sets the distance from the left edge of the worksheet to the top left corner of the floating object. Inherited from FloatingObject.
LockAspectRatioGets or sets whether the floating object retains its original proportions after resizing. Inherited from FloatingObject.
NameGets or sets the name of the drawing object.
OffsetXGets a distance from the top left corner of the floating to the left edge of the cell where the top left corner of the floating object is located. Inherited from FloatingObject.
OffsetYGets a distance from the top left corner of the floating object to the top edge of the cell where the top left corner of the floating object is located. Inherited from FloatingObject.
OutlineProvides access to the options used to format an outline of the specified drawing object. Inherited from ShapeFormatBase.
ParentGroupRetrieves the group in which the current shape is contained.
PlacementGets or sets the behavior of the floating object regarding the cells below. Inherited from FloatingObject.
RotationGets or sets the rotation of the drawing object, in degrees.
ShapeGeometryProvides access to the shape’s geometry options.
ShapeTextProvides access to the shape’s text options.
ShapeTypeReturns the type of the drawing object.
TopGets or sets the distance from the top edge of the worksheet to the top left corner of the floating object. Inherited from FloatingObject.
TopLeftCellGets or sets a cell where the top left corner of a floating object is located. Inherited from FloatingObject.
WidthGets or sets the width of the floating object. Inherited from FloatingObject.
ZOrderPositionGets the position of the current drawing object in the z-order.

See Also

Shape Interface

Shape Members

DevExpress.Spreadsheet Namespace