DisplayArea.Primary Property

Definition

Gets the primary DisplayArea for the desktop.

public:
 static property DisplayArea ^ Primary { DisplayArea ^ get(); };
static DisplayArea Primary();
public static DisplayArea Primary { get; }
var displayArea = DisplayArea.primary;
Public Shared ReadOnly Property Primary As DisplayArea

Property Value

The primary DisplayArea for the desktop.

Applies to

See also