ControlElement.Bounds Property

Gets or sets the bounds.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As ControlElement
Dim value As Rectangle

value = instance.Bounds

instance.Bounds = value

Syntax

'Declaration
Public Property Bounds As Rectangle
public Rectangle Bounds { get; set; }
public:
property Rectangle Bounds {
    Rectangle get ();
    void set (Rectangle value);
}
/** @property */
public Rectangle get_Bounds ()

/** @property */
public void set_Bounds (Rectangle value)
public function get Bounds () : Rectangle

public function set Bounds (value : Rectangle)

Property Value

The bounds.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ControlElement Class
ControlElement Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.