SystemSettings.ScreenOrientation Property
.NET Framework 2.0
Gets or sets the current screen orientation of a device.
Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)
'Declaration Public Shared Property ScreenOrientation As ScreenOrientation 'Usage Dim value As ScreenOrientation value = SystemSettings.ScreenOrientation SystemSettings.ScreenOrientation = value
/** @property */ public static ScreenOrientation get_ScreenOrientation () /** @property */ public static void set_ScreenOrientation (ScreenOrientation value)
public static function get ScreenOrientation () : ScreenOrientation public static function set ScreenOrientation (value : ScreenOrientation)
Property Value
One of the ScreenOrientation values, which are 0, 90, 180, and 270. The default is 0.The following code example sets the value of this property to 0 and displays the value in a status bar. This code example is part of a larger example provided for the SystemSettings class.
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: