Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / Rectangle Property


In This Topic
    Rectangle Property (ElementWindowless)
    In This Topic
    Gets the rectangular coordinates of the element.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Rectangle As Rectangle
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Rectangle
     
    value = instance.Rectangle
    public virtual Rectangle Rectangle {get;}
    See Also