C# 클래스 OS2Indberetning.Templates.CheckboxButton

상속: Xamarin.Forms.ContentView
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedProperty BindableProperty

공개 메소드들

메소드 설명
CheckboxButton ( System.Action callback = null, bool toggle = false ) : System

Creates a new instance of the animation button

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

CheckboxButton() 공개 메소드

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
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

프로퍼티 상세

SelectedProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty SelectedProperty
리턴 BindableProperty