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()
Assembly: Tizen.TV.UIControls.Forms.dll
public static class Focus
Fields
Declaration
public static readonly BindableProperty DownProperty
Field Value
Type |
Description |
Xamarin.Forms.BindableProperty |
|
Declaration
public static readonly BindableProperty LeftProperty
Field Value
Type |
Description |
Xamarin.Forms.BindableProperty |
|
Declaration
public static readonly BindableProperty RightProperty
Field Value
Type |
Description |
Xamarin.Forms.BindableProperty |
|
Declaration
public static readonly BindableProperty UpProperty
Field Value
Type |
Description |
Xamarin.Forms.BindableProperty |
|
Methods
Declaration
public static VisualElement GetDown(BindableObject view)
Parameters
Type |
Name |
Description |
Xamarin.Forms.BindableObject |
view |
|
Returns
Type |
Description |
Xamarin.Forms.VisualElement |
|
Declaration
public static VisualElement GetLeft(BindableObject view)
Parameters
Type |
Name |
Description |
Xamarin.Forms.BindableObject |
view |
|
Returns
Type |
Description |
Xamarin.Forms.VisualElement |
|
Declaration
public static VisualElement GetRight(BindableObject view)
Parameters
Type |
Name |
Description |
Xamarin.Forms.BindableObject |
view |
|
Returns
Type |
Description |
Xamarin.Forms.VisualElement |
|
Declaration
public static VisualElement GetUp(BindableObject view)
Parameters
Type |
Name |
Description |
Xamarin.Forms.BindableObject |
view |
|
Returns
Type |
Description |
Xamarin.Forms.VisualElement |
|
Declaration
public static void SetDown(BindableObject view, VisualElement value)
Parameters
Type |
Name |
Description |
Xamarin.Forms.BindableObject |
view |
|
Xamarin.Forms.VisualElement |
value |
|
Declaration
public static void SetLeft(BindableObject view, VisualElement value)
Parameters
Type |
Name |
Description |
Xamarin.Forms.BindableObject |
view |
|
Xamarin.Forms.VisualElement |
value |
|
Declaration
public static void SetRight(BindableObject view, VisualElement value)
Parameters
Type |
Name |
Description |
Xamarin.Forms.BindableObject |
view |
|
Xamarin.Forms.VisualElement |
value |
|
Declaration
public static void SetUp(BindableObject view, VisualElement value)
Parameters
Type |
Name |
Description |
Xamarin.Forms.BindableObject |
view |
|
Xamarin.Forms.VisualElement |
value |
|