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