C# Class OS2Indberetning.Templates.CheckboxButton

Inheritance: Xamarin.Forms.ContentView
Afficher le fichier Open project: os2indberetning/OS2_Windows_Phone Class Usage Examples

Méthodes publiques

Свойство Type Description
SelectedProperty BindableProperty

Méthodes publiques

Méthode Description
CheckboxButton ( System.Action callback = null, bool toggle = false ) : System

Creates a new instance of the animation button

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

CheckboxButton() public méthode

Creates a new instance of the animation button
public CheckboxButton ( System.Action callback = null, bool toggle = false ) : System
callback System.Action action to call when the animation is complete
toggle bool
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Property Details

SelectedProperty public_oe static_oe property

public static BindableProperty SelectedProperty
Résultat BindableProperty