TouchScreenIsPortrait Method
Returns true if the screen is portrait, false otherwise.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As TouchScreen
Dim returnValue As Boolean

returnValue = instance.IsPortrait()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Selenium.TouchScreen.IsPortrait"]

See Also