Share via


DisplayAreaWatcher.Status Property

Definition

Gets the status of the DisplayAreaWatcher.

public:
 property DisplayAreaWatcherStatus Status { DisplayAreaWatcherStatus get(); };
DisplayAreaWatcherStatus Status();
public DisplayAreaWatcherStatus Status { get; }
var displayAreaWatcherStatus = displayAreaWatcher.status;
Public ReadOnly Property Status As DisplayAreaWatcherStatus

Property Value

A value of the enumeration that indicates the status of the DisplayAreaWatcher.

Applies to

See also