PanelSkin Enumeration |
Namespace: GeonBit.UI.Entities
public enum PanelSkin
Member name | Value | Description | |
---|---|---|---|
None | -1 | No skin, the panel itself is invisible. | |
Default | 0 | Default panel texture. | |
Fancy | 1 | Alternative more decorated 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. |