Back to Devexpress

Shape Properties

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shape-dot-underscore-properties.md

latest11.6 KB
Original Source

Shape Properties

A drawing object embedded in a document.

NameDescription
ActiveXFormatReturns the ActiveX control’s characteristics.
AltTextGets or sets the alternative text for a shape. Inherited from DrawingObject.
CanvasItemsProvides access to the collection of shapes in a drawing canvas. Inherited from DrawingObject.
ChartFormatReturns chart properties.
ConnectorFormatProvides access to connector settings. Inherited from DrawingObject.
DecorativeGets or sets whether the shape is marked as decorative. Inherited from DrawingObject.
DescriptionGets or sets the alternative description for a shape. Inherited from DrawingObject.
FillAllows you to specify fill options for a shape. Inherited from DrawingObject.
GroupItemsProvides access to the collection of shapes in a group. Inherited from DrawingObject.
HeightGets or sets the shape’s absolute height. Inherited from DrawingObject.
HeightRelativeGets or sets the shape height relative to an element specified by the RelativeVerticalSize property.
HorizontalAlignmentSpecifies how a shape is aligned horizontally.
HyperlinkReturns a hyperlink associated with a shape. Inherited from DrawingObject.
IdReturns the shape’s unique identifier. Inherited from DrawingObject.
LineAllows you to format a shape outline. Inherited from DrawingObject.
LockAnchorSpecifies whether to lock the shape anchor.
LockAspectRatioSpecifies whether to maintain proportions of a shape when you resize it. Inherited from DrawingObject.
MarginBottomGets or sets the distance between the document text and the bottom edge of the shape.
MarginLeftGets or sets the distance between the document text and the left edge of the shape.
MarginRightGets or sets the distance between the document text and the right edge of the shape.
MarginTopGets or sets the distance between the document text and the top edge of the shape.
NameGets or sets the shape’s name. Inherited from DrawingObject.
OffsetGets or sets the absolute position of a shape on the page. Inherited from DrawingObject.
OffsetRelativeGets or sets the relative position of a shape on the page.
OffsetXSpecifies the absolute horizontal position of a shape relative to an element defined by the RelativeHorizontalPosition property.
OffsetXRelativeSpecifies the horizontal position of a shape relative to an element defined by the RelativeHorizontalPosition property.
OffsetYSpecifies the absolute vertical position of a shape relative to an element defined by the RelativeVerticalPosition property.
OffsetYRelativeSpecifies the vertical position of a shape relative to an element defined by the RelativeVerticalPosition property.
OleFormatReturns the OLE object’s characteristics. Inherited from DrawingObject.
OriginalSizeReturns the original size of a shape or picture (that is the size before you scale or resize the object). Inherited from DrawingObject.
PictureObsolete. Use the PictureFormat.Picture property instead.
PictureFormatProvides access to picture settings. Inherited from DrawingObject.
PictureUriObsolete. Use the PictureFormat.PictureUri property instead.
RangeReturns the anchoring range for a shape.
RelativeHorizontalPositionGets or sets the element to which the shape’s horizontal position is relative.
RelativeHorizontalSizeGets or sets the element relative to which the shape width is calculated.
RelativeVerticalPositionGets or sets the element to which the shape’s vertical position is relative.
RelativeVerticalSizeGets or sets the element relative to which the shape height is calculated.
RotationAngleGets or sets the shape’s rotation angle. Inherited from DrawingObject.
ScaleXGets or sets the horizontal scale factor for a shape. Inherited from DrawingObject.
ScaleYGets or sets the vertical scale factor for a shape. Inherited from DrawingObject.
ShapeFormatProvides access to shape properties. Inherited from DrawingObject.
SizeGets or sets the shape’s size. Inherited from DrawingObject.
SizeRelativeGets or sets the shape’s relative size.
TextBoxObsolete. Use the ShapeFormat.TextBox property instead.
TextWrappingSpecifies how a shape is surrounded by text.
TextWrappingSideSpecifies how the text wraps around the shape’s edges.
TitleGets or sets the alternative title for a shape. Inherited from DrawingObject.
TypeReturns the shape’s type. Inherited from DrawingObject.
VerticalAlignmentSpecifies how a shape is aligned vertically.
WatermarkFormatProvides access to watermark settings. Inherited from DrawingObject.
WidthGets or sets the shape’s absolute width. Inherited from DrawingObject.
WidthRelativeGets or sets the shape width relative to an element specified by the RelativeHorizontalSize property.
ZOrderGets or sets the shape’s position in the z-order.

See Also

Shape Interface

Shape Members

DevExpress.XtraRichEdit.API.Native Namespace