C# Class OS2Indberetning.Templates.CheckboxButton

Inheritance: Xamarin.Forms.ContentView
显示文件 Open project: os2indberetning/OS2_Windows_Phone Class Usage Examples

Public Properties

Property Type Description
SelectedProperty BindableProperty

Public Methods

Method Description
CheckboxButton ( System.Action callback = null, bool toggle = false ) : System

Creates a new instance of the animation button

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

CheckboxButton() public method

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
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Property Details

SelectedProperty public_oe static_oe property

public static BindableProperty SelectedProperty
return BindableProperty