Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DisplayTarget.IsStale Property
Definition
- Namespace:
- Windows.Devices.Display.Core
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 a value indicating whether the system display state has changed since this DisplayTarget was created.
public:
property bool IsStale { bool get(); };
bool IsStale();
public bool IsStale { get; }
var boolean = displayTarget.isStale;
Public ReadOnly Property IsStale As Boolean
Property Value
bool
true if the system display state has changed since this DisplayTarget was created, otherwise false.
Remarks
A value of true means that the other properties of this object can no longer be relied upon to reflect actual hardware state.
Applies to
Feedback
Was this page helpful?
