|
|
От: |
Codechanger
|
|
| Дата: | 07.08.08 10:20 | ||
| Оценка: | |||
<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Section Padding="0,0,0,0" >
<Paragraph BorderThickness="1,1,1,1" BorderBrush="Red" Padding="28,0,0,0">
<Paragraph.Background>
<ImageBrush AlignmentX="Left" ImageSource="Arrow.jpg" Stretch="None"
TileMode="None">
</ImageBrush>
</Paragraph.Background>Hello brothers</Paragraph>
</Section>
</FlowDocument>