Description
Display the content of the article elements in the preview.
Namespace
xmlns:edWinUI="http://www.teradp.com/schemas/GN4/1/EdWinUI"
Members
Grid
FontSize
l:Highlights.IsHighlightTarget
VerticalScrollBarVisibility
IsSliderVisible
ObjectId
TxtObjectType
TxtFormatId
TxtXsltName
TxtXml
Example
<edWinUI:EdFlowDocumentPreviewControl
l:Highlights.IsHighlightTarget="True"
VerticalScrollBarVisibility="Disabled"
IsSliderVisible="False"
ObjectId="{Binding Path=DataContext[article.id], RelativeSource={RelativeSource AncestorType={x:Type l:ArticleView}}}"
TxtObjectType="{Binding Path=ObjectType}"
TxtFormatId="{Binding Path=[txt.contextRef]}"
TxtXsltName="TToFlowDocument"
TxtXml="{Binding Path=[txt.tText]}"
/>