is an option for objects that can be displayed with frames which specifies the absolute margins in printer's points to leave inside the frame.
FrameMargins
is an option for objects that can be displayed with frames which specifies the absolute margins in printer's points to leave inside the frame.
Examples
open all close allBasic Examples (3)
Table[Framed[xyz, FrameMargins -> f], {f, {None, Tiny, Small, Medium, Large}}]Specify frame margins in printer's points:
Framed[xyz, FrameMargins -> 10]Panel[xyz, FrameMargins -> 15]Specify a different margin on each side:
Button[xyz, FrameMargins -> {{30, 30}, {5, 5}}]Scope (3)
Frame margins in PopupMenu:
PopupMenu[x, {x, y, z}, FrameMargins -> 10]Frame margins in Manipulate:
Manipulate[Framed[x], {x, 0, 1}, FrameMargins -> Medium]Frame margins in MenuView:
MenuView[{1 -> x, 2 -> y, 3 -> z}, FrameMargins -> {{20, 20}, {5, 5}}]See Also
History
Text
Wolfram Research (2007), FrameMargins, Wolfram Language function, https://reference.wolfram.com/language/ref/FrameMargins.html.
CMS
Wolfram Language. 2007. "FrameMargins." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FrameMargins.html.
APA
Wolfram Language. (2007). FrameMargins. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FrameMargins.html
BibTeX
@misc{reference.wolfram_2026_framemargins, author="Wolfram Research", title="{FrameMargins}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/FrameMargins.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_framemargins, organization={Wolfram Research}, title={FrameMargins}, year={2007}, url={https://reference.wolfram.com/language/ref/FrameMargins.html}, note=[Accessed: 13-June-2026]}