C# 클래스 Sample.GridView

상속: MonoTouch.UIKit.UIView
파일 보기 프로젝트 열기: Clancey/XamlForIphone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
imageView XamlForIphone.UIImageView
label XamlForIphone.UILabel
textInput XamlForIphone.UITextField

공개 메소드들

메소드 설명
GridView ( ) : System
GridView ( RectangleF rect ) : System

메소드 상세

GridView() 공개 메소드

public GridView ( ) : System
리턴 System

GridView() 공개 메소드

public GridView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
리턴 System

프로퍼티 상세

imageView 공개적으로 프로퍼티

public UIImageView,XamlForIphone imageView
리턴 XamlForIphone.UIImageView

label 공개적으로 프로퍼티

public UILabel,XamlForIphone label
리턴 XamlForIphone.UILabel

textInput 공개적으로 프로퍼티

public UITextField,XamlForIphone textInput
리턴 XamlForIphone.UITextField