FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Interop Namespace / Rect Structure / TopLeft Property

In This Topic
    TopLeft Property
    In This Topic
    Gets the coordinates of the top left corner of the current Rect structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property TopLeft As Point
    public Point TopLeft {get;}
    See Also