Share via


DisplaySettings.Width Property

Gets the width of the display, in pixels.

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

Syntax

'Declaration
Public Property Width As Integer
    Get
    Set
public int Width { get; set; }
public:
property int Width {
    int get ();
    void set (int value);
}
member Width : int with get, set
function get Width () : int
function set Width (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DisplaySettings Structure

Microsoft.VisualStudio.IntelliTrace Namespace