Back to Devexpress

NestedShape Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-bee9e01b.md

latest8.3 KB
Original Source

NestedShape Interface

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

Declaration

csharp
[ComVisible(true)]
public interface NestedShape :
    DrawingObject
vb
<ComVisible(True)>
Public Interface NestedShape
    Inherits DrawingObject

The following members return NestedShape objects:

Show 31 links

Remarks

A NestedShape object is an item of the following collections:

See Also

NestedShape Members

DevExpress.XtraRichEdit.API.Native Namespace