Class ScrollCommand
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.PdfViewer.Commands
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class ScrollCommand : FixedDocumentViewerCommandBase, ICommand
Constructors
ScrollCommand(FixedDocumentViewerBase, Double, Double)
Declaration
public ScrollCommand(FixedDocumentViewerBase fixedDocumentViewerBase, double offsetX, double offsetY)
Parameters
Fixed
|
System.
|
System.
|
Methods
Execute(Object)
Declaration
public override void Execute(object parameter)
Parameters
System.
|