C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / OnRtlPropertiesChanged Method


In This Topic
OnRtlPropertiesChanged Method (C1ScrollViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onRtlPropertiesChanged", 
   "(I)V", 
   "GetOnRtlPropertiesChanged_IHandler", 
   ApiSince=17)>
Public Overridable Sub OnRtlPropertiesChanged( _
   ByVal layoutDirection As Android.Views.LayoutDirection _
) 
 
'Usage
 
Dim instance As C1ScrollViewer
Dim layoutDirection As Android.Views.LayoutDirection
 
instance.OnRtlPropertiesChanged(layoutDirection)

Parameters

layoutDirection
See Also