Class AccessibilityManager.FocusOvershotEventArgs

    Definition

    Namespace:
    Tizen.NUI.Accessibility
    Assembly:
    Tizen.NUI.dll

    Event arguments that passed via FocusOvershot signal

    public class AccessibilityManager.FocusOvershotEventArgs : EventArgs
    Inheritance
    object
    AccessibilityManager.FocusOvershotEventArgs

    Properties

    View Source

    CurrentFocusedView

    Declaration
    public View CurrentFocusedView { get; set; }
    Property Value
    Type Description
    View
    View Source

    FocusOvershotDirection

    Declaration
    public AccessibilityManager.FocusOvershotDirection FocusOvershotDirection { get; set; }
    Property Value
    Type Description
    AccessibilityManager.FocusOvershotDirection

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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