Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Rectangle Property


In This Topic
    Rectangle Property (ElementControl)
    In This Topic
    Gets or sets the rectangle for the control's dimensions.
    Syntax
    'Declaration
     
    Public Overridable Property Rectangle As Rectangle
    'Usage
     
    Dim instance As ElementControl
    Dim value As Rectangle
     
    instance.Rectangle = value
     
    value = instance.Rectangle
    public virtual Rectangle Rectangle {get; set;}

    Property Value

    Rectangle object containing the bounding rectangle
    Remarks

    Provide a Rectangle object to specify the rectangle for the control's dimensions.

    This property is available at run time only.

    For more information, see the Rectangle structure in the Microsoft .NET Framework Reference.

    See Also