Share via


Width 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 current DrawingContext object's drawing surface.

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

Syntax

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

Property Value

Type: System. . :: . .Int32
The width of the drawing surface.

.NET Framework Security

See Also

Reference

DrawingContext Class

Microsoft.SPOT.Presentation.Media Namespace