ComponentOne Xamarin.iOS
ChangeView Method (C1ScrollViewer)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ScrollViewer Class : ChangeView Method
The horizontal offset.
The vertical offset.
The zoom factor.
if set to true [disable animation].
Changes the view.
Syntax
'Declaration
 
Public Sub ChangeView( _
   ByVal horizontalOffset As Nullable(Of Double), _
   ByVal verticalOffset As Nullable(Of Double), _
   ByVal zoomFactor As Nullable(Of Double), _
   ByVal disableAnimation As Boolean _
) 
'Usage
 
Dim instance As C1ScrollViewer
Dim horizontalOffset As Nullable(Of Double)
Dim verticalOffset As Nullable(Of Double)
Dim zoomFactor As Nullable(Of Double)
Dim disableAnimation As Boolean
 
instance.ChangeView(horizontalOffset, verticalOffset, zoomFactor, disableAnimation)

Parameters

horizontalOffset
The horizontal offset.
verticalOffset
The vertical offset.
zoomFactor
The zoom factor.
disableAnimation
if set to true [disable animation].
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members