4.296 FlowDocumentReader

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > FlowDocumentReader, IInputElement
FlowDocumentReader
(usage)
<FlowDocumentReader> FlowDocument </FlowDocumentReader>
(description)
Provides a control for viewing flow content, with built-in support for multiple viewing modes.
[content property]
Document
[name property]
Name
[xml lang property]
Language
(properties)
Document
FlowDocument
(description)
A FlowDocument that hosts the content to be displayed by the FlowDocumentReader.
IsFindEnabled
x:Boolean
(description)
A value that indicates whether the Find routed command is enabled.
IsInactiveSelectionHighlightEnabled
x:Boolean
(description)
A value that indicates whether FlowDocumentReader displays selected text when the control does not have focus.
IsPageViewEnabled
x:Boolean
(description)
A value that indicates whether Page is available as a viewing mode.
IsPrintEnabled
x:Boolean
(description)
A value that indicates whether the Print routed command is enabled.
IsScrollViewEnabled
x:Boolean
(description)
A value that indicates whether Scroll is available as a viewing mode.
IsTwoPageViewEnabled
x:Boolean
(description)
A value that indicates whether TwoPage is available as a viewing mode.
MaxZoom
x:Double
(description)
The maximum allowable Zoom level for the FlowDocumentReader.
MinZoom
x:Double
(description)
The minimum allowable Zoom level for the FlowDocumentReader.
SelectionBrush
Brush
(description)
The brush that highlights the selected text.
SelectionOpacity
x:Double
(description)
The opacity of the SelectionBrush.
ViewingMode
FlowDocumentReaderViewingMode
(description)
The viewing mode for the FlowDocumentReader.
Zoom
x:Double
(description)
The current zoom level.
ZoomIncrement
x:Double
(description)
The zoom increment.