Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Location Property

In This Topic
    Location Property (RectangleD)
    In This Topic
    Gets or sets the coordinates of the top left corner of the current RectangleD structure.
    Syntax
    'Declaration
     
    Public Property Location As PointD
    public PointD Location {get; set;}
    See Also