The RectangleProps type exposes the following members.
          
            
Constructors
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              RectangleProps | 
                 
            Initializes a new instance of the RectangleProps class.
            The location and size of the rectangle are set to those of the containing
            RenderRectangle object.
             
               | 
            
          
            
Methods
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              AssignFrom | 
                 
            Assigns (copies) properties from another ShapeProps to the current object.
              (Overrides ShapeProps..::..AssignFrom(ShapeProps).) | 
            
          
            
Properties
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              Height | 
                 
            Gets or sets the height of the current rectangle.
             
               | 
            
| 
                 | 
              Width | 
                 
            Gets or sets the width of the current rectangle.
             
               | 
            
| 
                 | 
              X | 
                 
            Gets or sets the X coordinate of the current rectangle.
             
               | 
            
| 
                 | 
              Y | 
                 
            Gets or sets the Y coordinate of the current rectangle.
             
               |