C# 클래스 OS2Indberetning.Templates.ToggleButton

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

공개 메소드들

메소드 설명
ToggleButton ( string text1, string text2, string text3, System.Action callback = null, bool active = true ) : System

Creates a new instance of the animation button

메소드 상세

ToggleButton() 공개 메소드

Creates a new instance of the animation button
public ToggleButton ( string text1, string text2, string text3, System.Action callback = null, bool active = true ) : System
text1 string the text to set when not pressed yet
text2 string the text to set when pressed once
text3 string the text to set when pressed twice
callback System.Action action to call when the animation is complete
active bool
리턴 System