This example shows how to use the Stroke child element to create a petterned border for a VML shape.
<!-- Include the VML behavior -->
<style>v\: * { behavior:url(#default#VML); display:inline-block }</style>
<!-- Declare the VML namespace -->
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
<v:roundrect style="width:120pt;height:80pt;" strokecolor="blue" strokeweight="15pt">
<v:stroke filltype="pattern" src="image1.gif" color2="red" />
</v:roundrect>