ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / FilledShape Class / Content Property

In This Topic
    Content Property (FilledShape)
    In This Topic
    Gets a reference to the C1.C1Word.Objects.RtfInnerContent contained in this FilledShape.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As RtfInnerContent
    public RtfInnerContent Content {get;}
    See Also