Sets or gets the height of the control.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shadows Property Height As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Vt
Dim value As Integer
instance.Height = value
value = instance.Height |
| C# | |
|---|
public new int Height {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property new int get_Height();
public: __property new void set_Height(
int value
); |
| C++/CLI | |
|---|
public:
new property int Height {
int get();
void set ( int value);
} |
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also