C# Class ClanceysLib.NavPage

Inheritance: UIView
Show file Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
Columns int
Padding float
Rows int
parent NavLauncher

Public Methods

Method Description
NavPage ( int columns, int rows ) : System
Refresh ( ) : void
TouchesBegan ( NSSet touches, UIEvent evt ) : void

Private Methods

Method Description
ClearPage ( ) : void

Method Details

NavPage() public method

public NavPage ( int columns, int rows ) : System
columns int
rows int
return System

Refresh() public method

public Refresh ( ) : void
return void

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

Property Details

Columns public property

public int Columns
return int

Padding public property

public float Padding
return float

Rows public property

public int Rows
return int

parent public property

public NavLauncher,ClanceysLib parent
return NavLauncher