ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfDrawingCanvas Class / Rectangle Property

In This Topic
    Rectangle Property (RtfDrawingCanvas)
    In This Topic
    Gets or sets a drawing canvas rectangle.
    Syntax
    'Declaration
     
    Public Property Rectangle As System.Drawing.RectangleF
    public System.Drawing.RectangleF Rectangle {get; set;}
    See Also