Search Results for

    Show / Hide Table of Contents

    Class Focus

    Inheritance
    System.Object
    Focus
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Tizen.TV.UIControls.Forms
    Assembly: Tizen.TV.UIControls.Forms.dll
    Syntax
    public static class Focus

    Fields

    DownProperty

    Declaration
    public static readonly BindableProperty DownProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    LeftProperty

    Declaration
    public static readonly BindableProperty LeftProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    RightProperty

    Declaration
    public static readonly BindableProperty RightProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    UpProperty

    Declaration
    public static readonly BindableProperty UpProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Methods

    GetDown(BindableObject)

    Declaration
    public static VisualElement GetDown(BindableObject view)
    Parameters
    Type Name Description
    Xamarin.Forms.BindableObject view
    Returns
    Type Description
    Xamarin.Forms.VisualElement

    GetLeft(BindableObject)

    Declaration
    public static VisualElement GetLeft(BindableObject view)
    Parameters
    Type Name Description
    Xamarin.Forms.BindableObject view
    Returns
    Type Description
    Xamarin.Forms.VisualElement

    GetRight(BindableObject)

    Declaration
    public static VisualElement GetRight(BindableObject view)
    Parameters
    Type Name Description
    Xamarin.Forms.BindableObject view
    Returns
    Type Description
    Xamarin.Forms.VisualElement

    GetUp(BindableObject)

    Declaration
    public static VisualElement GetUp(BindableObject view)
    Parameters
    Type Name Description
    Xamarin.Forms.BindableObject view
    Returns
    Type Description
    Xamarin.Forms.VisualElement

    SetDown(BindableObject, VisualElement)

    Declaration
    public static void SetDown(BindableObject view, VisualElement value)
    Parameters
    Type Name Description
    Xamarin.Forms.BindableObject view
    Xamarin.Forms.VisualElement value

    SetLeft(BindableObject, VisualElement)

    Declaration
    public static void SetLeft(BindableObject view, VisualElement value)
    Parameters
    Type Name Description
    Xamarin.Forms.BindableObject view
    Xamarin.Forms.VisualElement value

    SetRight(BindableObject, VisualElement)

    Declaration
    public static void SetRight(BindableObject view, VisualElement value)
    Parameters
    Type Name Description
    Xamarin.Forms.BindableObject view
    Xamarin.Forms.VisualElement value

    SetUp(BindableObject, VisualElement)

    Declaration
    public static void SetUp(BindableObject view, VisualElement value)
    Parameters
    Type Name Description
    Xamarin.Forms.BindableObject view
    Xamarin.Forms.VisualElement value
    In This Article
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX