Enum SurfaceRole
A reusable UI surface family resolved by an ITheme into concrete
colours (see SurfaceColors). Surfaces are general UI concepts, not
table-specific: a table style, a dialog, or any other component can sit on the same surface.
public enum SurfaceRole
Fields
Alert = 2- An attention/warning surface (used by the Palermo table style).
Default = 0- The base console/app surface (the theme's background).
Panel = 1- An elevated/panel surface. Also the default base for DialogSurface.