EasyLanguage Object Reference
Creates an area within a form for grouping controls.
Namespace: elsystem.windows.forms
Name | Type | Description | |
BorderStyle | enum | Sets or gets the style of the border. See BorderStyle for a list of possible values. |
Name | Description | |
Create() | Initializes a new instance of a panel. | |
Create(width,height) | Initializes a new instance of a panel. Parameters include the Width and Height of the control. | |
RemoveGradient | Removes the gradient. | |
SetLinearGradient(mode, startColor, endColor) | Creates a linear gradient panel background. See LinearGradientMode and Color for lists of possible values. | |
SetRadialGradient(startColor, endColor) | Creates a radial gradient panel background. See Color for a list of possible values. |