C# 클래스 FlexChartSample.ThemingController.ThemeModel

상속: UIPickerViewModel
파일 보기 프로젝트 열기: GoXuni/Xamarin.iOS-Samples

공개 메소드들

메소드 설명
GetComponentCount ( UIPickerView v ) : nint
GetRowsInComponent ( UIPickerView pickerView, nint component ) : nint
GetTitle ( UIPickerView picker, nint row, nint component ) : string
Selected ( UIPickerView picker, nint row, nint component ) : void
ThemeModel ( ThemingController tk ) : System

메소드 상세

GetComponentCount() 공개 메소드

public GetComponentCount ( UIPickerView v ) : nint
v UIPickerView
리턴 nint

GetRowsInComponent() 공개 메소드

public GetRowsInComponent ( UIPickerView pickerView, nint component ) : nint
pickerView UIPickerView
component nint
리턴 nint

GetTitle() 공개 메소드

public GetTitle ( UIPickerView picker, nint row, nint component ) : string
picker UIPickerView
row nint
component nint
리턴 string

Selected() 공개 메소드

public Selected ( UIPickerView picker, nint row, nint component ) : void
picker UIPickerView
row nint
component nint
리턴 void

ThemeModel() 공개 메소드

public ThemeModel ( ThemingController tk ) : System
tk ThemingController
리턴 System