GeonBit.UI Documentation
| PanelSkin Enumeration |
Different panel textures you can use.
Namespace: GeonBit.UI.Entities
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxC#
public enum PanelSkin
Members| Member name | Value | Description | |
|---|---|---|---|
| None | -1 | No skin, eg panel itself is invisible. | |
| Default | 0 | Default panel texture. | |
| Fancy | 1 | Alternative panel texture. | |
| Simple | 2 | Simple, grey panel. Useful for internal frames, eg when inside another panel. | |
| Golden | 3 | Shiny golden panel. | |
| ListBackground | 4 | Special panel skin used for lists and input background. |
See Also