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
Pan
Represents pan mode.
Declaration
public const FixedDocumentViewerMode Pan
Field Value
TextSelection
Represents text selection mode.
Declaration
public const FixedDocumentViewerMode TextSelection
Field Value
value__
Declaration
public int value__
Field Value
System.
|