Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderShapeBase Class / Shape Property

In This Topic
    Shape Property (RenderShapeBase)
    In This Topic
    Gets the ShapeProps object describing the geometric shape represented by the current RenderShapeBase object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Shape As ShapeProps
    public ShapeProps Shape {get;}
    See Also