ShadowOffset
is an option for ShadowBox that sets the offset of a shadow from the rest of the box.
ShadowOffset
ShadowOffset
is an option for ShadowBox that sets the offset of a shadow from the rest of the box.
Details and Options
- To use ShadowOffset, you first need to load the Plot Legends Package using Needs["PlotLegends`"].
- ShadowOffset->{x,y} specifies the x and y offset distances.
Examples
Basic Examples (1)
Needs["PlotLegends`"]Offset the shadow by one-tenth of the width and height of the box:
Graphics[ShadowBox[{0, 0}, {1, 1}, ShadowOffset -> 0.1]]Offset the shadow to the bottom right by one-quarter of the width and height of the box:
Graphics[ShadowBox[{0, 0}, {1, 1}, ShadowOffset -> {0.25, -0.25}]]Tech Notes
Related Guides
Text
Wolfram Research (2007), ShadowOffset, Wolfram Language function, https://reference.wolfram.com/language/PlotLegends/ref/ShadowOffset.html.
CMS
Wolfram Language. 2007. "ShadowOffset." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/PlotLegends/ref/ShadowOffset.html.
APA
Wolfram Language. (2007). ShadowOffset. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/PlotLegends/ref/ShadowOffset.html
BibTeX
@misc{reference.wolfram_2026_shadowoffset, author="Wolfram Research", title="{ShadowOffset}", year="2007", howpublished="\url{https://reference.wolfram.com/language/PlotLegends/ref/ShadowOffset.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_shadowoffset, organization={Wolfram Research}, title={ShadowOffset}, year={2007}, url={https://reference.wolfram.com/language/PlotLegends/ref/ShadowOffset.html}, note=[Accessed: 15-June-2026]}