C# Class iFactr.UI.Instructions.UniversalInstructor

Represents an instructor that provides platform-agnostic instructions to various objects.
Inheritance: iFactr.UI.Instructions.Instructor
Afficher le fichier Open project: Zebra/iFactr-Android

Méthodes publiques

Méthode Description
Layout ( ILayoutInstruction element ) : void

Performs layout logic for the specified element.

Méthodes protégées

Méthode Description
OnLayout ( ILayoutInstruction element ) : void

Called when the specified element needs to be laid out.

Method Details

Layout() public final méthode

Performs layout logic for the specified element.
public final Layout ( ILayoutInstruction element ) : void
element ILayoutInstruction The instance to lay out.
Résultat void

OnLayout() protected méthode

Called when the specified element needs to be laid out.
protected OnLayout ( ILayoutInstruction element ) : void
element ILayoutInstruction The instance to be laid out.
Résultat void