Share via


Height Property

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

Gets the height 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 Height As Integer
public int Height { get; }
public:
property int Height {
    int get ();
}
member Height : int with get
function get Height () : int

Property Value

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

.NET Framework Security

See Also

Reference

DrawingContext Class

Microsoft.SPOT.Presentation.Media Namespace