PowerTCP Emulation for .NET CF
Height Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : Height Property




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

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.