Method | Description | |
---|---|---|
GetComponentCount ( UIPickerView picker ) : int | ||
GetRowHeight ( UIPickerView picker, int component ) : float | ||
GetRowsInComponent ( UIPickerView picker, int component ) : int | ||
GetTitle ( UIPickerView picker, int row, int component ) : string | ||
UIPickerViewModelExample ( ) : System.Collections.Generic |
public GetComponentCount ( UIPickerView picker ) : int | ||
picker | UIPickerView | |
return | int |
public GetRowHeight ( UIPickerView picker, int component ) : float | ||
picker | UIPickerView | |
component | int | |
return | float |
public GetRowsInComponent ( UIPickerView picker, int component ) : int | ||
picker | UIPickerView | |
component | int | |
return | int |
public GetTitle ( UIPickerView picker, int row, int component ) : string | ||
picker | UIPickerView | |
row | int | |
component | int | |
return | string |
public UIPickerViewModelExample ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |