C# Class Android.Views.Xaml.XamlView

Inheritance: Android.Widget.LinearLayout
Datei anzeigen Open project: atsushieno/xamldroid Class Usage Examples

Public Methods

Method Description
AddView ( View view ) : void
GetRegisteredItem ( object key ) : object
LoadXaml ( XamlReader reader ) : void
Register ( object key, object value ) : void
Unregister ( object key ) : void
XamlView ( ) : System
XamlView ( Android.Content.Context context ) : System
XamlView ( Android.Content.Context context, IAttributeSet attrs ) : System
XamlView ( IntPtr handle, JniHandleOwnership ownership ) : System
XamlView ( View view ) : System

Protected Methods

Method Description
OnDraw ( Android canvas ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void

Method Details

AddView() public method

public AddView ( View view ) : void
view View
return void

GetRegisteredItem() public static method

public static GetRegisteredItem ( object key ) : object
key object
return object

LoadXaml() public method

public LoadXaml ( XamlReader reader ) : void
reader System.Xaml.XamlReader
return void

OnDraw() protected method

protected OnDraw ( Android canvas ) : void
canvas Android
return void

OnLayout() protected method

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
return void

Register() public static method

public static Register ( object key, object value ) : void
key object
value object
return void

Unregister() public static method

public static Unregister ( object key ) : void
key object
return void

XamlView() public method

public XamlView ( ) : System
return System

XamlView() public method

public XamlView ( Android.Content.Context context ) : System
context Android.Content.Context
return System

XamlView() public method

public XamlView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

XamlView() public method

public XamlView ( IntPtr handle, JniHandleOwnership ownership ) : System
handle System.IntPtr
ownership JniHandleOwnership
return System

XamlView() public method

public XamlView ( View view ) : System
view View
return System