Represents FixedDocumentViewer mode.
Definition
Namespace:Telerik.Windows.Documents.Fixed.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public enum FixedDocumentViewerMode
Fields
Represents default mode.
C#
None = 0
Represents pan mode.
C#
Pan = 1
Represents text selection mode.
C#
TextSelection = 2