Class ArrowKeyCommandDescriptor
Inheritance
System.Object
ArrowKeyCommandDescriptor
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.PdfViewer.Commands.Descriptors
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class ArrowKeyCommandDescriptor : CompositeCommandDescriptor<FixedDocumentViewerMode>, INotifyPropertyChanged
Constructors
ArrowKeyCommandDescriptor(FixedDocumentViewerBase, Boolean, KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])
Declaration
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, bool isEnabled, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
Parameters
Fixed
|
System.
|
System.
|
ArrowKeyCommandDescriptor(FixedDocumentViewerBase, KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[])
Declaration
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
Parameters
Fixed
|
System.
|
Properties
Command
Declaration
public override ICommand Command { get; }
Property Value
System.
|