ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfShape Class / Canvas Property

In This Topic
    Canvas Property
    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