'Declaration Public Property Pan As DirectShowCameraControlPropertyValue
public DirectShowCameraControlPropertyValue Pan { get; set; }
public: __property DirectShowCameraControlPropertyValue get_Pan(); public: __property void set_Pan(
DirectShowCameraControlPropertyValue value
);
public:
property DirectShowCameraControlPropertyValue Pan { DirectShowCameraControlPropertyValue get(); void set(DirectShowCameraControlPropertyValue value); }
Property Value
Values range from -180 to +180, with the default set to zero.
Positive values are clockwise from the origin (the camera rotates clockwise when viewed from above), and negative values are counterclockwise from the origin.
Positive values are clockwise from the origin (the camera rotates clockwise when viewed from above), and negative values are counterclockwise from the origin.