C# Class XamlForIphone.UIPageControl

Inheritance: UIElement
Show file Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
SizeForNumberOfPages ( System pageCount ) : SizeF
UpdateCurrentPageDisplay ( ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

SizeForNumberOfPages() public method

public SizeForNumberOfPages ( System pageCount ) : SizeF
pageCount System
return System.Drawing.SizeF

UpdateCurrentPageDisplay() public method

public UpdateCurrentPageDisplay ( ) : void
return void