Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Rectangle Property


In This Topic
    Rectangle Property (ElementContainerControl)
    In This Topic
    Gets or sets the rectangle in the client area of the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Rectangle As Rectangle
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As Rectangle
     
    instance.Rectangle = value
     
    value = instance.Rectangle
    public virtual Rectangle Rectangle {get; set;}
    See Also