ComponentOne Xamarin.iOS
SetValueForKeyPath(IntPtr,NSString) Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ScrollViewer Class > SetValueForKeyPath Method : SetValueForKeyPath(IntPtr,NSString) Method
Syntax
'Declaration
 
Public Overloads Sub SetValueForKeyPath( _
   ByVal handle As IntPtr, _
   ByVal keyPath As Foundation.NSString _
) 
'Usage
 
Dim instance As C1ScrollViewer
Dim handle As IntPtr
Dim keyPath As Foundation.NSString
 
instance.SetValueForKeyPath(handle, keyPath)
public void SetValueForKeyPath( 
   IntPtr handle,
   Foundation.NSString keyPath
)

Parameters

handle
keyPath
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members
Overload List