I need help want to implement a dotted line, it must be only implemented here on this textbox.
<code><TextBox x:Name="txtFullWeight" HorizontalAlignment="Left" Foreground="Black" Height="26" Margin="587,266,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="87" TextChanged="txtFullWeight_TextChanged" IsReadOnly="True"/>
<Line X1="0" Y1="0" X2="100" Y2="0"
Stroke="Black"
StrokeThickness="2"
StrokeDashArray="2,2"
VerticalAlignment="Center"/>
</code>
<code><TextBox x:Name="txtFullWeight" HorizontalAlignment="Left" Foreground="Black" Height="26" Margin="587,266,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="87" TextChanged="txtFullWeight_TextChanged" IsReadOnly="True"/>
<Line X1="0" Y1="0" X2="100" Y2="0"
Stroke="Black"
StrokeThickness="2"
StrokeDashArray="2,2"
VerticalAlignment="Center"/>
</code>
<TextBox x:Name="txtFullWeight" HorizontalAlignment="Left" Foreground="Black" Height="26" Margin="587,266,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="87" TextChanged="txtFullWeight_TextChanged" IsReadOnly="True"/>
<Line X1="0" Y1="0" X2="100" Y2="0"
Stroke="Black"
StrokeThickness="2"
StrokeDashArray="2,2"
VerticalAlignment="Center"/>