Method | Description | |
---|---|---|
BooleanButton ( string option, bool value ) : System |
Creates a new BooleanButton.
|
Method | Description | |
---|---|---|
OnTapped ( ) : void |
Method | Description | |
---|---|---|
GenerateText ( ) : void |
Helper that generates the actual Text value the base class uses for drawing.
|
public BooleanButton ( string option, bool value ) : System | ||
option | string | The string text to display for the option. |
value | bool | The initial value of the button. |
return | System |