C# Class Sample.GridView

Inheritance: MonoTouch.UIKit.UIView
Afficher le fichier Open project: Clancey/XamlForIphone Class Usage Examples

Méthodes publiques

Свойство Type Description
imageView XamlForIphone.UIImageView
label XamlForIphone.UILabel
textInput XamlForIphone.UITextField

Méthodes publiques

Méthode Description
GridView ( ) : System
GridView ( RectangleF rect ) : System

Method Details

GridView() public méthode

public GridView ( ) : System
Résultat System

GridView() public méthode

public GridView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
Résultat System

Property Details

imageView public_oe property

public UIImageView,XamlForIphone imageView
Résultat XamlForIphone.UIImageView

label public_oe property

public UILabel,XamlForIphone label
Résultat XamlForIphone.UILabel

textInput public_oe property

public UITextField,XamlForIphone textInput
Résultat XamlForIphone.UITextField