Description
Sets or returns the height of the view.
            
Property type
Read-write property
            
Syntax
| Visual Basic | 
|---|
Public Property Height As Double  | 
 
            
            
            
            
            
Example
Private Sub HeightPropExample()
 
     Dim myHeight As Double
     myHeight = View.Height
     MsgBox ("Height is: " & myHeight)
End Sub
             
            
            
            
See Also