C# Class ToddlerAddition.NumberBar

Inheritance: UIView
Show file Open project: Clancey/ToddlerAddition Class Usage Examples

Public Methods

Method Description
LayoutSubviews ( ) : void
NumberBar ( ) : System
SetRange ( int start, int end ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

NumberBar() public method

public NumberBar ( ) : System
return System

SetRange() public method

public SetRange ( int start, int end ) : void
start int
end int
return void