ClaimedLineDisplay.DefaultWindow 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 default device window of the line display.
public:
property LineDisplayWindow ^ DefaultWindow { LineDisplayWindow ^ get(); };
LineDisplayWindow DefaultWindow();
public LineDisplayWindow DefaultWindow { get; }
var lineDisplayWindow = claimedLineDisplay.defaultWindow;
Public ReadOnly Property DefaultWindow As LineDisplayWindow
Property Value
The default device window, covering the entire screen area.