C# Class OS2Indberetning.Templates.ButtomButton

Inheritance: Xamarin.Forms.ContentView
Exibir arquivo Open project: os2indberetning/OS2_Windows_Phone Class Usage Examples

Public Methods

Method Description
ButtomButton ( string text, System.Action callback = null ) : System

Creates a new instance of the animation button

Method Details

ButtomButton() public method

Creates a new instance of the animation button
public ButtomButton ( string text, System.Action callback = null ) : System
text string the text to set
callback System.Action action to call when the animation is complete
return System