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

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