C# Class MonoTouch.Dialog.DialogTextView

Inheritance: UITextView
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Methods

Method Description
DialogTextView ( RectangleF frame ) : System
LayoutSubviews ( ) : void

Private Methods

Method Description
HandleChanged ( object sender, EventArgs e ) : void

Method Details

DialogTextView() public method

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

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void