| Style Properties | 
| backgroundImage | FillImage ( StringorObject) | background image to display behind content | 
| borderImage | Array | an array containing the top-left, top, top-right,
    left, right, bottom-left, bottom, and bottom-right images that make up
    the border (note this an array of ImageReferences, not FillImages | 
| borderInsets | Number | the inset margin used to provide space for the
    border (if the left border were 6 pixels wide, the left portion of the
    inset should be also be configured to 6 pixels; a zero inset would render
    the content over the border) | 
| insets | Insets ( Number,String, orObject) | the inset margin around the content. | 
| title | String |  | 
| titleBackgroundImage | FillImage ( StringorObject) | background image to display behind
    title | 
| titleFont | Font ( Object) | the title font | 
| titleInsets | Insets ( Number,String, orObject) | the title inset margin | 
| titlePosition | Extent ( NumberorString) | the title position, relative to the top-left
    corner of the component |