officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-bee9e01b.md
A shape that belongs to a group or drawing canvas.
Namespace : DevExpress.XtraRichEdit.API.Native
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public interface NestedShape :
DrawingObject
<ComVisible(True)>
Public Interface NestedShape
Inherits DrawingObject
The following members return NestedShape objects:
Show 31 links
A NestedShape object is an item of the following collections:
GroupShapeCollection - a collection of shapes in a group.
CanvasShapeCollection - a collection of shapes in a drawing canvas.
See Also