Class CameraFocusStateChangedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Camera.dll

    Provides data for the FocusStateChanged event.

    public class CameraFocusStateChangedEventArgs : EventArgs
    Inheritance
    object
    CameraFocusStateChangedEventArgs

    Properties

    View Source

    State

    Gets the focus state of the camera.

    Declaration
    public CameraFocusState State { get; }
    Property Value
    Type Description
    CameraFocusState

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX