VideoDeviceController.Tilt 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 tilt setting.
public:
property MediaDeviceControl ^ Tilt { MediaDeviceControl ^ get(); };
MediaDeviceControl Tilt();
public MediaDeviceControl Tilt { get; }
var mediaDeviceControl = videoDeviceController.tilt;
Public ReadOnly Property Tilt As MediaDeviceControl
Property Value
A MediaDeviceControl object that provides methods to get and set the tilt.
Remarks
Tilt points the camera's imaging plane up or down. Tilt is specified in degrees.
For more information on getting or setting this value, see MediaDeviceControl.