| **Navigation:**  [[introduction.htm|Language Reference]] > 9 -  Window and Report Attributes > Window and Report Attributes >====== TILED (set tiled image) ====== | [[thous mm points set report coordinate measure .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[timer set periodic event .htm|{{btn_next_n.gif|Next page}}]] | | || {{newc7.jpg|NewC7.jpg}} **TILED** {{blk2blue.jpg|blk2blue.jpg}} The **TILED** attribute (PROP:TILED) indicates that the image displayed in the IMAGE control, or the window or toolbar's background image )specified in the WALLPAPER attribute) displays at its default size and is tiled to fill the entire window, toolbar, or area specified by the IMAGE's AT attribute. **Example:** **WinOne WINDOW,AT(,,380,200),MDI** **        IMAGE('MyWall.GIF'),AT(0,0,380,200),****TILED** **       END** **MDIChild WINDOW('Child One'),MDI,SYSTEM,MAX** **          MENUBAR** **           MENU('Edit'),USE(?EditMenu)** **            ITEM('Undo'),USE(?UndoText),KEY(CtrlZ),STD(STD:Undo)** **            ITEM('Cu&t'),USE(?CutText),KEY(CtrlX),STD(STD:Cut)** **            ITEM('Copy'),USE(?CopyText),KEY(CtrlC),STD(STD:Copy)** **            ITEM('Paste'),USE(?PasteText),KEY(CtrlV),STD(STD:Paste)** **           END** **          END** **          TOOLBAR,USE(?Toolbar),WALLPAPER('MyWall.GIF'),****TILED** **           BUTTON('Cut'),USE(?CutButton),ICON(ICON:Cut),STD(STD:Cut),FLAT** **           BUTTON('Copy'),USE(?CopyButton),ICON(ICON:Copy),STD(STD:Copy),FLAT** **           BUTTON('Paste'),USE(?PasteButton),ICON(ICON:Paste),STD(STD:Paste),FLAT** **          END** **         END** **WinOne WINDOW,AT(,,380,200),MDI,WALLPAPER('MyWall.GIF'),****TILED** **       END** **See Also:** [[centered set centered image .htm|CENTERED]] [[wallpaper set background image .htm|WALLPAPER]]