PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RectangleProps Class
Members

In This Topic
    RectangleProps Class
    In This Topic
    Represents the geometric properties of a rectangle, also serves as the base for classes describing certain other shapes (such as round rectangle, arc and pie). Used by RenderRectangle and derived classes.
    Object Model
    RectangleProps Class
    Syntax
    'Declaration
     
    Public Class RectangleProps 
       Inherits ShapeProps
    public class RectangleProps : ShapeProps 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.ShapeProps
          C1.C1Preview.RectangleProps
             C1.C1Preview.EllipsePartProps
             C1.C1Preview.RoundRectangleProps

    See Also