ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / FilledShape Class / Content Property

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