Share via


PanelBasedOptimizationControl.Panel Property

Definition

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.

Applies to