Interface IRecycleItemsViewController
This interface is for internal use.
Assembly: Tizen.TV.UIControls.Forms.dll
public interface IRecycleItemsViewController
Properties
Declaration
View FocusedView { get; }
Property Value
Type |
Description |
Xamarin.Forms.View |
|
Declaration
Rectangle ScrollBounds { get; }
Property Value
Type |
Description |
Xamarin.Forms.Rectangle |
|
Methods
Declaration
bool SendKeyDown(string keyname)
Parameters
Type |
Name |
Description |
System.String |
keyname |
|
Returns
Type |
Description |
System.Boolean |
|