Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InlineRichText Class / CanvasShapes Property

In This Topic
    CanvasShapes Property (InlineRichText)
    In This Topic
    Gets the collection of canvas shapes included in the content.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanvasShapes As CanvasShapeCollection
    public CanvasShapeCollection CanvasShapes {get;}
    See Also