MediaCaptureRelativePanelWatcher.RelativePanel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 MediaCaptureRelativePanelWatcher 监视更改的相对面板。
public:
property Panel RelativePanel { Panel get(); };
Panel RelativePanel();
public Panel RelativePanel { get; }
var panel = mediaCaptureRelativePanelWatcher.relativePanel;
Public ReadOnly Property RelativePanel As Panel
属性值
Windows.Devices.Enumeration.Panel 枚举中的值,指示 MediaCaptureRelativePanelWatcher 监视更改的相对面板。
注解
在通过调用 MediaCapture.CreateRelativePanelWatcher 创建对象时,设置与观察程序关联的面板。