MultiRow Windows Forms > Developer's Guide > Using MultiRow > Advanced Designer Features > Create Templates Using Tracing Mode |
If you use the tracing mode, you can load an underlay image in the background of the template on which you are working. You can then place cells using this underlying image.
The underlay image set in the tracing mode is not visible at runtime. In order to display an image in the background of the row at runtime, use the Row.BackgroundImage property. |
In order to add an underlay image to the template, use the following steps.
By default, the opacity of the underlay image is 50%. Use the Template.TracingImageOpacity property to change the opacity to the desired value.
You can adjust the position of the underlay image by dragging the background of the column header section or rows. In order to prevent any change in the position, set the value of the Template.TracingImageLocked property to True.
In order to temporarily hide the underlay image, set the value of the Template.TracingImageVisible property to False.
In order to delete the underlay image, select the Template.TracingImage property from the Properties window, and select Reset from the context menu.