VideoDeviceController.Pan 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 a MediaDeviceControl object that can be used to get or set the camera's pan setting.
public:
property MediaDeviceControl ^ Pan { MediaDeviceControl ^ get(); };
MediaDeviceControl Pan();
public MediaDeviceControl Pan { get; }
var mediaDeviceControl = videoDeviceController.pan;
Public ReadOnly Property Pan As MediaDeviceControl
Property Value
A MediaDeviceControl object that provides methods to get and set the pan.
Remarks
Pan is rotation around the base of the camera (the camera's Y axis). Pan is specified in degrees.
For more information on getting or setting this value, see MediaDeviceControl.