C# Class EventApp.Controls.DateNavigationView

Inheritance: UIView
Mostra file Open project: BobStolk/EventApp Class Usage Examples

Public Methods

Method Description
DateNavigationView ( RectangleF frame ) : System
UpdateLabel ( string updateText ) : void

Private Methods

Method Description
DrawView ( ) : void

Method Details

DateNavigationView() public method

public DateNavigationView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System

UpdateLabel() public method

public UpdateLabel ( string updateText ) : void
updateText string
return void