Share via


DisplaySettings.Height Property

Gets the height of the display, in pixels.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public Property Height As Integer
    Get
    Set
public int Height { get; set; }
public:
property int Height {
    int get ();
    void set (int value);
}
member Height : int with get, set
function get Height () : int
function set Height (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DisplaySettings Structure

Microsoft.VisualStudio.IntelliTrace Namespace