Partager via


Rectangle.Height, propriété

Obtient ou définit la hauteur définie par cette instance rectangle.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Input
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
Public Property Height As Integer
public int Height { get; set; }
public:
property int Height {
    int get ();
    void set (int value);
}
member Height : int with get, set
function get Height () : int 
function set Height (value : int)

Valeur de propriété

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

Rectangle Structure

Microsoft.VisualStudio.TestTools.UITest.Input, espace de noms