EdFlowDocumentPreviewControl class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:29

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]}"

/>