Dela via


MediaCaptureRelativePanelWatcher.RelativePanel Property

Definition

Gets the relative panel that the MediaCaptureRelativePanelWatcher monitors for changes.

public:
 property Panel RelativePanel { Panel get(); };
Panel RelativePanel();
public Panel RelativePanel { get; }
var panel = mediaCaptureRelativePanelWatcher.relativePanel;
Public ReadOnly Property RelativePanel As Panel

Property Value

A value from the Windows.Devices.Enumeration.Panel enumeration, indicating the relative panel that the MediaCaptureRelativePanelWatcher monitors for changes.

Remarks

Set the panel associated with the watcher when the object is created by calling MediaCapture.CreateRelativePanelWatcher.

Applies to