Scale
(Built-in Mathematica Symbol) Scale[g, s] represents graphics primitives g scaled by a factor s. Scale[g, s, {x, y, ...}] scales with the point {x, y, ...} kept fixed. Scale[g, {s_x, s_y, ...}, ...] ...
Setting
(Built-in Mathematica Symbol) Setting[expr] replaces control objects such as sliders or popup menus in expr by their settings.
ShowSpecialCharacters is an option for Style and Cell that specifies whether to replace \[Name], \:nnnn, etc. by explicit special characters.
StartingStepSize is an option to NDSolve and related functions that specifies the initial step size to use in trying to generate results.
StateFeedbackGains[ss, {p_1, p_2, ..., p_n}] gives the state feedback gain matrix for the StateSpaceModel object ss such that the poles of the closed-loop system are p_i.
f /: lhs := rhs assigns rhs to be the delayed value of lhs, and associates the assignment with the symbol f.
TokenWords is an option for Read and related functions which gives a list of token words to be used to delimit words.
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.
WhitespaceCharacter represents a single whitespace character in StringExpression.
WindowFloating is a notebook option that specifies whether the window for the notebook should float on top of other windows when it is displayed on the screen.