ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Location Property

In This Topic
    Location Property (Rect)
    In This Topic
    Gets the coordinates of the upper-left corner of this rectangle.
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As Point
    public Point Location {get;}

    Property Value

    The location.
    See Also