Click or drag to resize
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)
Syntax
C#
public enum PanelSkin
Members
  Member nameValueDescription
None-1No skin, the panel itself is invisible.
Default0Default panel texture.
Fancy1Alternative more decorated panel texture.
Simple2Simple, grey panel. Useful for internal frames, eg when inside another panel.
Golden3Shiny golden panel.
ListBackground4Special panel skin used for lists and input background.
See Also