Back to Devexpress

DrawingObject Properties

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

latest4.0 KB
Original Source

DrawingObject Properties

A base interface for drawing objects.

NameDescription
AltTextGets or sets the alternative text for a shape.
CanvasItemsProvides access to the collection of shapes in a drawing canvas.
ConnectorFormatProvides access to connector settings.
DecorativeGets or sets whether the shape is marked as decorative.
DescriptionGets or sets the alternative description for a shape.
FillAllows you to specify fill options for a shape.
GroupItemsProvides access to the collection of shapes in a group.
HeightGets or sets the shape’s absolute height.
HyperlinkReturns a hyperlink associated with a shape.
IdReturns the shape’s unique identifier.
LineAllows you to format a shape outline.
LockAspectRatioSpecifies whether to maintain proportions of a shape when you resize it.
NameGets or sets the shape’s name.
OffsetGets or sets the absolute position of a shape on the page.
OleFormatReturns the OLE object’s characteristics.
OriginalSizeReturns the original size of a shape or picture (that is the size before you scale or resize the object).
PictureFormatProvides access to picture settings.
RotationAngleGets or sets the shape’s rotation angle.
ScaleXGets or sets the horizontal scale factor for a shape.
ScaleYGets or sets the vertical scale factor for a shape.
ShapeFormatProvides access to shape properties.
SizeGets or sets the shape’s size.
TitleGets or sets the alternative title for a shape.
TypeReturns the shape’s type.
WatermarkFormatProvides access to watermark settings.
WidthGets or sets the shape’s absolute width.

See Also

DrawingObject Interface

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace