C# 클래스 iFactr.UI.Instructions.UniversalInstructor

Represents an instructor that provides platform-agnostic instructions to various objects.
상속: iFactr.UI.Instructions.Instructor
파일 보기 프로젝트 열기: Zebra/iFactr-Android

공개 메소드들

메소드 설명
Layout ( ILayoutInstruction element ) : void

Performs layout logic for the specified element.

보호된 메소드들

메소드 설명
OnLayout ( ILayoutInstruction element ) : void

Called when the specified element needs to be laid out.

메소드 상세

Layout() 공개 최종 메소드

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

OnLayout() 보호된 메소드

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