ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfPictureShape Class / Canvas Property

In This Topic
    Canvas Property (RtfPictureShape)
    In This Topic
    Gets parent drawing canvas object for the Word/RTF shape.
    Syntax
    'Declaration
     
    Public ReadOnly Property Canvas As RtfDrawingCanvas
    public RtfDrawingCanvas Canvas {get;}
    See Also