ScreenWidth Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the width of the screen.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ScreenWidth As Integer
public static int ScreenWidth { get; }
public:
static property int ScreenWidth {
    int get ();
}
static member ScreenWidth : int
static function get ScreenWidth () : int

Property Value

Type: System. . :: . .Int32
The width of the screen.

.NET Framework Security

See Also

Reference

SystemMetrics Class

Microsoft.SPOT.Presentation Namespace