BrowserOptions
Specifies how to set up the browser.
Elements
| Name | Type | Description |
|---|---|---|
| width | int | The width to make the browser. |
| height | int | The height to make the browser image. |
| imagesPerLine | int | The number of images to place on a single line. |
| backgroundColor | RGBValue | The background color of the browser. |
| frameSize | int | Specifies the number of pixels with which to border each thumbnail. |
| style | BrowserFrameStyle | The style for the frame around each thumbnail. |
| ratio | float | Specifies the width to height ratio of each thumbnail. |
| focusColor | RGBValue | The color to use to display focused cells. |