C# Class Xamarin.Canvas.Android.LabelNodeView

Inheritance: NodeView
Afficher le fichier Open project: Clancey/Canvas

Méthodes publiques

Méthode Description
LabelNodeView ( Android.Content.Context context, LabelNode label ) : System

Méthodes protégées

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

Method Details

LabelNodeView() public méthode

public LabelNodeView ( Android.Content.Context context, LabelNode label ) : System
context Android.Content.Context
label LabelNode
Résultat System

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

UpdateNativeView() protected méthode

protected UpdateNativeView ( ) : void
Résultat void