ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Rect Structure / TopRight Property

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