C# Class Android.Views.Xaml.XamlView

Inheritance: Android.Widget.LinearLayout
Afficher le fichier Open project: atsushieno/xamldroid Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

AddView() public méthode

public AddView ( View view ) : void
view View
Résultat void

GetRegisteredItem() public static méthode

public static GetRegisteredItem ( object key ) : object
key object
Résultat object

LoadXaml() public méthode

public LoadXaml ( XamlReader reader ) : void
reader System.Xaml.XamlReader
Résultat void

OnDraw() protected méthode

protected OnDraw ( Android canvas ) : void
canvas Android
Résultat void

OnLayout() protected méthode

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
Résultat void

Register() public static méthode

public static Register ( object key, object value ) : void
key object
value object
Résultat void

Unregister() public static méthode

public static Unregister ( object key ) : void
key object
Résultat void

XamlView() public méthode

public XamlView ( ) : System
Résultat System

XamlView() public méthode

public XamlView ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

XamlView() public méthode

public XamlView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

XamlView() public méthode

public XamlView ( IntPtr handle, JniHandleOwnership ownership ) : System
handle System.IntPtr
ownership JniHandleOwnership
Résultat System

XamlView() public méthode

public XamlView ( View view ) : System
view View
Résultat System