Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Programmatic Notebook & Interface Customization > Window Properties >
Mathematica > Notebooks and Documents > Notebook & Interface Customization > Programmatic Notebook & Interface Customization > Window Properties >

WindowOpacity

WindowOpacity
is a notebook option which determines the overall opacity of a displayed window.
  • The settings for WindowOpacity run 0 to 1, with 0 representing perfect transparency.
  • WindowOpacity affects all elements of a window, not just its content area.
  • WindowOpacity may not be available on some computer systems, or with some window environments.
Create a semi-transparent notebook:
In[1]:=
Click for copyable input
Out[1]=
 
Modify opacity of the current notebook:
In[1]:=
Click for copyable input
Reset to full opacity:
In[2]:=
Click for copyable input
New in 6
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team