C# Class MCAEmotiv.GUI.GUIUtils.Constants

Contains non-string constants
Show file Open project: madelson/Emotiv-Experimenter

Public Properties

Property Type Description
DISPLAY_FONT System.Drawing.Font
DISPLAY_FONT_LARGE System.Drawing.Font
MAX_BUTTON_TABLE_SIZE System.Drawing.Size

Property Details

DISPLAY_FONT public static property

A slightly larger font used during experiments for readability
public static Font,System.Drawing DISPLAY_FONT
return System.Drawing.Font

DISPLAY_FONT_LARGE public static property

A much larger font used during experiments for emphasis
public static Font,System.Drawing DISPLAY_FONT_LARGE
return System.Drawing.Font

MAX_BUTTON_TABLE_SIZE public static property

The maximum size of a button table
public static Size,System.Drawing MAX_BUTTON_TABLE_SIZE
return System.Drawing.Size