'Declaration Public Property Tilt As DirectShowCameraControlPropertyValue
public DirectShowCameraControlPropertyValue Tilt { get; set; }
public: __property DirectShowCameraControlPropertyValue get_Tilt(); public: __property void set_Tilt(
DirectShowCameraControlPropertyValue value
);
public:
property DirectShowCameraControlPropertyValue Tilt { DirectShowCameraControlPropertyValue get(); void set(DirectShowCameraControlPropertyValue value); }
Property Value
Values range from -180 to +180, with the default set to zero. Positive values point the imaging plane up, and negative values point the imaging plane down.