ClassFlowDocumentReader
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class FlowDocumentReader : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlFlowDocumentReader
Implements:
Inherited Members
Constructors
FlowDocumentReader()
Declaration
public FlowDocumentReader()
Fields
CanDecreaseZoomProperty
Declaration
public static AutomationProperty CanDecreaseZoomProperty
Field Value
CanGoToNextPageProperty
Declaration
public static AutomationProperty CanGoToNextPageProperty
Field Value
CanGoToPreviousPageProperty
Declaration
public static AutomationProperty CanGoToPreviousPageProperty
Field Value
CanIncreaseZoomProperty
Declaration
public static AutomationProperty CanIncreaseZoomProperty
Field Value
DocumentProperty
Declaration
public static AutomationProperty DocumentProperty
Field Value
IsFindEnabledProperty
Declaration
public static AutomationProperty IsFindEnabledProperty
Field Value
IsPageViewEnabledProperty
Declaration
public static AutomationProperty IsPageViewEnabledProperty
Field Value
IsPrintEnabledProperty
Declaration
public static AutomationProperty IsPrintEnabledProperty
Field Value
IsScrollViewEnabledProperty
Declaration
public static AutomationProperty IsScrollViewEnabledProperty
Field Value
IsTwoPageViewEnabledProperty
Declaration
public static AutomationProperty IsTwoPageViewEnabledProperty
Field Value
MaxZoomProperty
Declaration
public static AutomationProperty MaxZoomProperty
Field Value
MinZoomProperty
Declaration
public static AutomationProperty MinZoomProperty
Field Value
PageCountProperty
Declaration
public static AutomationProperty PageCountProperty
Field Value
PageNumberProperty
Declaration
public static AutomationProperty PageNumberProperty
Field Value
ViewingModeProperty
Declaration
public static AutomationProperty ViewingModeProperty
Field Value
ZoomIncrementProperty
Declaration
public static AutomationProperty ZoomIncrementProperty
Field Value
ZoomProperty
Declaration
public static AutomationProperty ZoomProperty
Field Value
Properties
Document
Declaration
public FlowDocument Document { get; set; }
Property Value
ViewingMode
Declaration
public FlowDocumentReaderViewingMode ViewingMode { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.