Mathematica >

Inherited

Inherited
represents an option value to be inherited from an enclosing style, cell or notebook.
  • opt->Inherited is equivalent to giving no setting for opt at a particular level.
  • If no explicit setting is given at any level, then a built-in default value is used.
  • Inherited is always effectively replaced by an explicit value before the option setting is used.
  • If the nearest enclosing option setting is of the form opt->{a1, b1, ...}, then an option setting in opt->{Inherited, b2, ...} is taken to be equivalent to opt->{a1, b2, ...}.
New in 6
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team