PanelBasedOptimizationControl.Panel 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 or sets the panel on which the camera is located, allowing the camera driver to optimize capture based on the camera location.
public:
property Panel Panel { Panel get(); void set(Panel value); };
Panel Panel();
void Panel(Panel value);
public Panel Panel { get; set; }
var panel = panelBasedOptimizationControl.panel;
panelBasedOptimizationControl.panel = panel;
Public Property Panel As Panel
Property Value
A value from the Windows.Devices.Enumeration.Panel enumeration, indicating the location of the camera.
Remarks
The only valid values for this property are Front, Back, and Unknown which is used for external camera devices.