ItemAspectRatio is an option for GraphicsGrid which specifies the ratio of height to width for the regions in which items are placed in the graphics grid.
LightRed represents a light red color in graphics or style specifications.
MonomialList[poly] gives the list of all monomials in the polynomial poly.MonomialList[poly, {x_1, x_2, ...}] gives the list of monomials with respect to the variables x_i in ...
PassEventsDown is an option to EventHandler which specifies whether events handled by a particular event handler should be passed down to event handlers nested inside.
Plain
(Built-in Mathematica Symbol) Plain represents a font that is not bold, italic, or underlined.
Quartiles[list] gives a list of the 1/4, 1/2, and 3/4 quantiles of the elements in list.Quartiles[dist] gives a list of the 1/4, 1/2, and 3/4 quantiles of the symbolic ...
ReadList["file"] reads all the remaining expressions in a file and returns a list of them. ReadList["file", type] reads objects of the specified type from a file, until the ...
RowMinHeight is an option for the low-level function GridBox that specifies the minimum total height in units of font size that should be allowed for each row.
ScreenStyleEnvironment is an option for notebooks that specifies the style environment to be used in displaying a notebook on the screen.
ShowPageBreaks is a notebook option that specifies whether to indicate in the on-screen display of a notebook where page breaks would occur if the notebook were printed.