Appearance
Details
- Typical settings for Appearance include Tiny, Small, Medium, Large, as well as such attributes as "Open" and "Closed".
- When multiple appearance specifications refer to a particular object, they are given in a list.
- When an object can be in several different states, the setting for Appearance can be given in the form {"cond1"->app1,"cond2"->app2,…}.
Examples
open all close allBasic Examples (4)
Display all the controls of Manipulator:
Manipulator[0.3, Appearance -> "Open"]Display the current value of Manipulator as an editable label:
Manipulator[0.7, Appearance -> "Labeled"]Control the appearance of Button:
Button["xx", Null, Appearance -> #] & /@ {"DialogBox", "Palette", "FramedPalette", "Frameless", "Pressed", {"FramedPalette", "Pressed"}}Different appearances for the slider thumb are available on some platforms:
Table[Slider[0.5, Appearance -> a], {a, {"UpArrow", "DownArrow"}}]Scope (4)
Force an ActionMenu object to look like a PopupMenu:
ActionMenu["xx", {"a" :> Print[1], "b" :> Print[2]}, Appearance -> "PopupMenu"]Give multiple appearance specifications in a list:
IntervalSlider[Appearance -> {"Markers", "Labeled"}]Use any expression as the appearance for locators in LocatorPane:
Table[LocatorPane[{0, 0}, Graphics[{Gray, Disk[]}], Appearance -> a], {a, {Style["", Large], "string", Framed[x + y], Graphics[Rectangle[], ImageSize -> 20]}}]Specify a three-column layout for CheckboxBar:
CheckboxBar[Dynamic[props], CityData["Properties"], Appearance -> "Vertical" -> {Automatic, 3}]Possible Issues (1)
Appearances provided by the operating system may be different or unavailable on other platforms:
Slider[0.5, Appearance -> "UpArrow"]Generic appearances are available on all platforms:
Style[Slider[0.5, Appearance -> "UpArrow"], ControlsRendering -> "Generic"]See Also
Related Guides
History
Text
Wolfram Research (2007), Appearance, Wolfram Language function, https://reference.wolfram.com/language/ref/Appearance.html.
CMS
Wolfram Language. 2007. "Appearance." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Appearance.html.
APA
Wolfram Language. (2007). Appearance. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Appearance.html
BibTeX
@misc{reference.wolfram_2026_appearance, author="Wolfram Research", title="{Appearance}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Appearance.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_appearance, organization={Wolfram Research}, title={Appearance}, year={2007}, url={https://reference.wolfram.com/language/ref/Appearance.html}, note=[Accessed: 13-June-2026]}