Class PageMouseMoveEventArgs
Event arguments for the PageMouseMove event
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PageMouseMoveEventArgs : EventArgs
Properties
PageIndex
Gets the index of page on mouse move
Declaration
public int PageIndex { get; }
Property Value
Type |
---|
System.Int32 |
Position
Gets the position of the mouse pointer relative to page
Declaration
public Point Position { get; }
Property Value
Type |
---|
System.Windows.Point |