Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

DefaultBaseStyle

DefaultBaseStyle
is a low-level option for formatting and related constructs that specifies a default base style to use before BaseStyle.
  • An option setting DefaultBaseStyle->spec in a construct obj specifies that the construct should automatically be displayed by default as Style[obj, spec].
  • The default setting for DefaultBaseStyle is typically different for different constructs.
  • For Button, the default setting is DefaultBaseStyle->"Button", and in general for an object named obj it is typically "obj".
  • DefaultBaseStyle->{} introduces no default style specifications, thereby effectively allowing all outside style specifications in.
  • DefaultBaseStyle->style makes any specifications in style override corresponding outside style specifications.
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team