MediaCaptureRelativePanelWatcher.RelativePanel 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 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.