DisplayArea.Primary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.