Class CameraFocusStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
3

Provides data for the FocusStateChanged event.

C#
Copy
public class CameraFocusStateChangedEventArgs : EventArgs
Inheritance
System.Object
CameraFocusStateChangedEventArgs

Properties

View Source

State

Gets the focus state of the camera.

Declaration
C#
Copy
public CameraFocusState State { get; }
Property Value
Type Description
CameraFocusState
API Level: 3