or
<
DataTemplate
>
<
tel:MapLine
Visibility
=
"{Binding Visibility}"
StrokeThickness
=
"{Binding LineThickness}"
Point1
=
"{Binding Point1}"
Point2
=
"{Binding Point2}"
/>
</
DataTemplate
>
:
<
DataTemplate
>
<
tel:MapShapeCollectionOrSomethingLikeThat
>
<
tel:MapEllipse
tel:MapLayer.Location="{Binding Point1}" />
<
tel:MapLine
Visibility
=
"{Binding Visibility}"
StrokeThickness
=
"{Binding LineThickness}"
Point1
=
"{Binding Point1}"
Point2
=
"{Binding Point2}"
/>
<
tel:MapEllipse
tel:MapLayer.
Location="{Binding Point2}" />
</
tel:MapShapeCollectionOrSomethingLikeThat
>
</
DataTemplate
>
<
telerik:RadRichTextBox
x:Name
=
"radRichTextBox"
HorizontalAlignment
=
"Stretch"
Height
=
"26"
ScrollViewer.VerticalScrollBarVisibility
=
"Disabled"
AcceptsReturn
=
"False"
AutoInsertHyperlinks
=
"False"
LayoutMode
=
"FlowNoWrap"
VerticalScrollBarVisibility
=
"Disabled"
>
<
telerik:RadDocument
>
<
telerik:Section
>
<
telerik:Paragraph
>
<
telerik:Span
Text
=
"This is a test"
/>
</
telerik:Paragraph
>
</
telerik:Section
>
</
telerik:RadDocument
>
</
telerik:RadRichTextBox
>