Panel controls provide a way to create logical groups of other controls. You can create visual grouping by assigning a custom background color, background image or border. Panels are commonly used to provide dynamic layout as the Interface Panel is resized or support scrolling.
Property | Access | Type | Method | Description |
---|---|---|---|---|
Border Style | Design-only | BorderStyle | — | Sets the type of border applied to the control. Available styles are: no border (None ), a single line, black border (FixedSingle ) or a three-dimensional border (Fixed3D ). |
The Panel control supports all the common control properties.
Comments
Is ther a way to call a panel from arduino? Ie after calibrating, can I automaticly have arduino call the home screen up?