Share via


DisplaySettings.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 display in pixels.

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

Syntax

'Declaration
Public Property Width As Integer
    Get
    Set
'Usage
Dim instance As DisplaySettings
Dim value As Integer

value = instance.Width

instance.Width = value
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

DisplaySettings Members

Microsoft.VisualStudio.TraceLog Namespace