| |
Name |
Description |
|
Create() |
Initializes a new instance of a Button. |
|
Create(text, width, height) |
Initializes a new instance of a Button. Parameters
include the Text to appear on the button followed by integer
values for the button Width and Height. |
|
RemoveGradient |
Removes the gradient. |
|
SetLinearGradient(mode, startColor, endColor) |
Creates a linear gradient button background. See LinearGradientMode and Color for lists of possible values. |
|
SetRadialGradient(startColor, endColor) |
Creates a radial gradient button background. See Color for a list of possible values. |