Class ScrollChangedEventArgs
Provides data for the ScrollChanged event.
Inheritance
System.Object
ScrollChangedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class ScrollChangedEventArgs : EventArgs
Properties
HorizontalScrollOffset
Gets the current Horizontal Offset of SfPdfViewerControl.
Declaration
public float HorizontalScrollOffset { get; }
Property Value
Type | Description |
---|---|
System.Single |
ScrollableHeight
Gets the maximum Scroll Height of SfPdfViewerControl.
Declaration
public float ScrollableHeight { get; }
Property Value
Type | Description |
---|---|
System.Single |
ScrollableWidth
Gets the maximum Scroll Width of SfPdfViewerControl.
Declaration
public float ScrollableWidth { get; }
Property Value
Type | Description |
---|---|
System.Single |
VerticalScrollOffset
Gets the current Vertical Offset of SfPdfViewerControl.
Declaration
public float VerticalScrollOffset { get; }
Property Value
Type | Description |
---|---|
System.Single |