Class FixedDocumentViewerMode
Represents FixedDocumentViewer mode.
Inheritance
System.Object
FixedDocumentViewerMode
Namespace: Telerik.Windows.Documents.Fixed.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public sealed class FixedDocumentViewerMode : Enum
Fields
None
Represents default mode.
Declaration
public const FixedDocumentViewerMode None
Field Value
FixedDocumentViewerMode
|
Pan
Represents pan mode.
Declaration
public const FixedDocumentViewerMode Pan
Field Value
FixedDocumentViewerMode
|
TextSelection
Represents text selection mode.
Declaration
public const FixedDocumentViewerMode TextSelection
Field Value
FixedDocumentViewerMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|