ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Rect Structure / Right Property

In This Topic
    Right Property (Rect)
    In This Topic
    Gets the X coordinate of the right edge of the current Rect structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Right As System.Double
    public System.double Right {get;}
    See Also