Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / RectangleF Property


In This Topic
    RectangleF Property (ElementWindowless)
    In This Topic
    Gets the rectangular coordinates of the element.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property RectangleF As RectangleF
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As RectangleF
     
    value = instance.RectangleF
    protected RectangleF RectangleF {get;}
    See Also