|
|
||
|
|
ImageSizeAction |
| ImageSizeAction is an option for Pane and related constructs which specifies what to do if the specified ImageSize setting does not match the size of the contents. |
| "Clip" | clip at the specified ImageSize | |
| "ResizeToFit" | resize to make the contents exactly fit ImageSize | |
| "ShrinkToFit" | shrink if necessary to make the contents fit |
The default for ImageSizeAction is "Clip":
Use "ShrinkToFit" to shrink so that all the data fits in the pane:
"ResizeToFit" shrinks or expands so that the data just fills the pane:
"ShrinkToFit" shrinks but never expands:
|
| © 2008 Wolfram Research, Inc. |