C# Class FlexChartSample.ThemingController.ThemeModel

Inheritance: UIPickerViewModel
Afficher le fichier Open project: GoXuni/Xamarin.iOS-Samples

Méthodes publiques

Méthode Description
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

Method Details

GetComponentCount() public méthode

public GetComponentCount ( UIPickerView v ) : nint
v UIPickerView
Résultat nint

GetRowsInComponent() public méthode

public GetRowsInComponent ( UIPickerView pickerView, nint component ) : nint
pickerView UIPickerView
component nint
Résultat nint

GetTitle() public méthode

public GetTitle ( UIPickerView picker, nint row, nint component ) : string
picker UIPickerView
row nint
component nint
Résultat string

Selected() public méthode

public Selected ( UIPickerView picker, nint row, nint component ) : void
picker UIPickerView
row nint
component nint
Résultat void

ThemeModel() public méthode

public ThemeModel ( ThemingController tk ) : System
tk ThemingController
Résultat System