Gets the height value of the current image.
'Declaration
Public ReadOnly Property Height As Integer
'Usage
Dim instance As ImageX
Dim value As Integer
value = instance.Height
public: __property int get_Height();
public:
property int Height {
int get();
}
Property Value
An integer value which represents the height.