ComponentOne Xamarin.Android
OnRtlPropertiesChanged Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : OnRtlPropertiesChanged Method
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 C1LinearGauge
Dim layoutDirection As Android.Views.LayoutDirection
 
instance.OnRtlPropertiesChanged(layoutDirection)
[Android.Runtime.Register("onRtlPropertiesChanged", 
   "(I)V", 
   "GetOnRtlPropertiesChanged_IHandler", 
   ApiSince=17)]
public virtual void OnRtlPropertiesChanged( 
   Android.Views.LayoutDirection layoutDirection
)

Parameters

layoutDirection
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members