This is a multi-part message in MIME format.
------=_NextPart_000_0025_01C8B090.98590850
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi, I have 3 tiny content controls and each has a Path in it to draw =
some lines. These need to be very small and I'm having trouble making =
the lines clear. the lines have a stroke thickness of "1", but when I =
run the app, they become pixilated and blur out. Can someone please =
help me on this?
Thanks.
<Grid HorizontalAlignment=3D"Left" Margin=3D"10,0,0,0" Width=3D"11" =
Height=3D"33">
<Grid.RowDefinitions>
<RowDefinition Height=3D"10" />
<RowDefinition Height=3D"1" />
<RowDefinition Height=3D"10" />
<RowDefinition Height=3D"1" />
<RowDefinition Height=3D"10" />
</Grid.RowDefinitions>
<!-- Single Line Connection-->
<ContentControl Grid.Row=3D"0">
<Border BorderBrush=3D"#FF016491" BorderThickness=3D"1,1,1,1" >
<Path Stroke=3D"Blue" StrokeThickness=3D"1">
<Path.Data>
<PathGeometry>
<PathFigure StartPoint=3D"2,4">
<LineSegment Point=3D"7,4"/>
</PathFigure>
</PathGeometry>
</Path.Data>
</Path>
</Border>
</ContentControl>
<!-- One to Many Connection-->
<ContentControl Grid.Row=3D"2">
<Border BorderBrush=3D"#FF016491" BorderThickness=3D"1,1,1,1" >
<Path Stroke=3D"Blue" StrokeThickness=3D"1">
<Path.Data>
<PathGeometry>
<PathFigure StartPoint=3D"2,2">
<LineSegment Point=3D"5,2"/>
<LineSegment Point=3D"5,6"/>
<LineSegment Point=3D"2,6"/>
</PathFigure>
<PathFigure StartPoint=3D"5,4">
<LineSegment Point=3D"8,4"/>
</PathFigure>
</PathGeometry>
</Path.Data>
</Path>
</Border>
</ContentControl>
<!-- Many to Many Connection-->
<ContentControl Grid.Row=3D"4">
<Border BorderBrush=3D"#FF016491" BorderThickness=3D"1,1,1,1" >
<Path Stroke=3D"Blue" StrokeThickness=3D"1">
<Path.Data>
<PathGeometry>
<PathFigure StartPoint=3D"0,2">
<LineSegment Point=3D"3,2"/>
<LineSegment Point=3D"3,6"/>
<LineSegment Point=3D"0,6"/>
</PathFigure>
<PathFigure StartPoint=3D"3,4">
<LineSegment Point=3D"6,4"/>
</PathFigure>
<PathFigure StartPoint=3D"9,2">
<LineSegment Point=3D"6,2"/>
<LineSegment Point=3D"6,6"/>
<LineSegment Point=3D"9,6"/>
</PathFigure>
</PathGeometry>
</Path.Data>
</Path>
</Border>
</ContentControl>
</Grid>
--=20
moondaddy@newsgroup.nospam
------=_NextPart_000_0025_01C8B090.98590850
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16640" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><SPAN=20
style=3D"FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana"><FONT =
face=3DArial><FONT size=3D2>Hi,=20
I have 3 tiny content controls and each has a Path in it to draw some=20
lines. These need to be very small and I'm having trouble making =
the lines=20
clear. the lines have a stroke thickness of "1", but when I run =
the app,=20
they become pixilated and blur out. Can someone please help me on=20
this?<BR><BR>Thanks.<?xml:namespace prefix =3D o ns =3D=20
"urn:schemas-microsoft-com:office:office"=20
/><o:p></o:p></FONT></FONT></SPAN></P></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Grid</FONT><FONT color=3D#ff0000> =
HorizontalAlignment</FONT><FONT=20
color=3D#0000ff>=3D"Left"</FONT><FONT color=3D#ff0000> =
Margin</FONT><FONT=20
color=3D#0000ff>=3D"10,0,0,0"</FONT><FONT color=3D#ff0000> =
Width</FONT><FONT=20
color=3D#0000ff>=3D"11"</FONT><FONT color=3D#ff0000> Height</FONT><FONT=20
color=3D#0000ff>=3D"33"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Grid.RowDefinitions</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>RowDefinition</FONT><FONT color=3D#ff0000> =
Height</FONT><FONT=20
color=3D#0000ff>=3D"10" /></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>RowDefinition</FONT><FONT color=3D#ff0000> =
Height</FONT><FONT=20
color=3D#0000ff>=3D"1" /></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>RowDefinition</FONT><FONT color=3D#ff0000> =
Height</FONT><FONT=20
color=3D#0000ff>=3D"10" /></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>RowDefinition</FONT><FONT color=3D#ff0000> =
Height</FONT><FONT=20
color=3D#0000ff>=3D"1" /></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>RowDefinition</FONT><FONT color=3D#ff0000> =
Height</FONT><FONT=20
color=3D#0000ff>=3D"10" /></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Grid.RowDefinitions</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT color=3D#008000><FONT face=3DArial size=3D2><!-- =
Single Line=20
Connection--></FONT></P></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>ContentControl</FONT><FONT color=3D#ff0000> =
Grid.Row</FONT><FONT=20
color=3D#0000ff>=3D"0"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Border</FONT><FONT color=3D#ff0000> =
BorderBrush</FONT><FONT=20
color=3D#0000ff>=3D"#FF016491"</FONT><FONT color=3D#ff0000>=20
BorderThickness</FONT><FONT color=3D#0000ff>=3D"1,1,1,1"=20
></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Path</FONT><FONT color=3D#ff0000> Stroke</FONT><FONT=20
color=3D#0000ff>=3D"Blue"</FONT><FONT color=3D#ff0000> =
StrokeThickness</FONT><FONT=20
color=3D#0000ff>=3D"1"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Path.Data</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathGeometry</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT color=3D#ff0000> =
StartPoint</FONT><FONT=20
color=3D#0000ff>=3D"2,4"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"7,4"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathGeometry</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Path.Data</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Path</FONT><FONT =
color=3D#0000ff>></P></FONT></FONT></FONT><FONT=20
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Border</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>ContentControl</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT color=3D#008000><FONT face=3DArial size=3D2><!-- One =
to Many=20
Connection--></FONT></P></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>ContentControl</FONT><FONT color=3D#ff0000> =
Grid.Row</FONT><FONT=20
color=3D#0000ff>=3D"2"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Border</FONT><FONT color=3D#ff0000> =
BorderBrush</FONT><FONT=20
color=3D#0000ff>=3D"#FF016491"</FONT><FONT color=3D#ff0000>=20
BorderThickness</FONT><FONT color=3D#0000ff>=3D"1,1,1,1"=20
></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Path</FONT><FONT color=3D#ff0000> Stroke</FONT><FONT=20
color=3D#0000ff>=3D"Blue"</FONT><FONT color=3D#ff0000> =
StrokeThickness</FONT><FONT=20
color=3D#0000ff>=3D"1"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Path.Data</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathGeometry</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT color=3D#ff0000> =
StartPoint</FONT><FONT=20
color=3D#0000ff>=3D"2,2"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"5,2"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"5,6"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"2,6"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT color=3D#ff0000> =
StartPoint</FONT><FONT=20
color=3D#0000ff>=3D"5,4"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"8,4"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathGeometry</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Path.Data</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Path</FONT><FONT =
color=3D#0000ff>></P></FONT></FONT></FONT><FONT=20
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Border</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>ContentControl</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT color=3D#008000><FONT face=3DArial size=3D2><!-- Many =
to Many=20
Connection--></FONT></P></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>ContentControl</FONT><FONT color=3D#ff0000> =
Grid.Row</FONT><FONT=20
color=3D#0000ff>=3D"4"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Border</FONT><FONT color=3D#ff0000> =
BorderBrush</FONT><FONT=20
color=3D#0000ff>=3D"#FF016491"</FONT><FONT color=3D#ff0000>=20
BorderThickness</FONT><FONT color=3D#0000ff>=3D"1,1,1,1"=20
></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Path</FONT><FONT color=3D#ff0000> Stroke</FONT><FONT=20
color=3D#0000ff>=3D"Blue"</FONT><FONT color=3D#ff0000> =
StrokeThickness</FONT><FONT=20
color=3D#0000ff>=3D"1"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>Path.Data</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathGeometry</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT color=3D#ff0000> =
StartPoint</FONT><FONT=20
color=3D#0000ff>=3D"0,2"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"3,2"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"3,6"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"0,6"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT color=3D#ff0000> =
StartPoint</FONT><FONT=20
color=3D#0000ff>=3D"3,4"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"6,4"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT color=3D#ff0000> =
StartPoint</FONT><FONT=20
color=3D#0000ff>=3D"9,2"></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"6,2"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"6,6"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff><</FONT><FONT=20
color=3D#a31515>LineSegment</FONT><FONT color=3D#ff0000> =
Point</FONT><FONT=20
color=3D#0000ff>=3D"9,6"/></P></FONT></FONT></FONT><FONT =
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathFigure</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>PathGeometry</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Path.Data</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Path</FONT><FONT =
color=3D#0000ff>></P></FONT></FONT></FONT><FONT=20
color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Border</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>ContentControl</FONT><FONT=20
color=3D#0000ff>></P></FONT></FONT></FONT><FONT color=3D#808000>
<P></FONT><FONT face=3DArial><FONT size=3D2><FONT =
color=3D#0000ff></</FONT><FONT=20
color=3D#a31515>Grid</FONT><FONT =
color=3D#0000ff>></P></FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><BR><FONT face=3DArial size=3D2>-- <BR></FONT><A=20
href=3D"mailto:moondaddy@newsgroup.nospam"><FONT face=3DArial=20
size=3D2>moondaddy@newsgroup.nospam</FONT></A><FONT face=3DArial =
size=3D2>=20
</FONT></DIV></BODY></HTML>
------=_NextPart_000_0025_01C8B090.98590850--