VideoDeviceController.Tilt Property

Definition

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.

Applies to

See also