C# 클래스 MonoTouch.Dialog.RadioGroup

Captures the information about mutually exclusive elements in a RootElement
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Selected int

공개 메소드들

메소드 설명
RadioGroup ( int selected ) : System
RadioGroup ( string key, int selected ) : System

메소드 상세

RadioGroup() 공개 메소드

public RadioGroup ( int selected ) : System
selected int
리턴 System

RadioGroup() 공개 메소드

public RadioGroup ( string key, int selected ) : System
key string
selected int
리턴 System

프로퍼티 상세

Selected 공개적으로 프로퍼티

public int Selected
리턴 int