Android.Views.View.OnRtlPropertiesChanged Method
Called when any RTL property (layout direction or text direction or text alignment) has been changed.

Syntax

[Android.Runtime.Register("onRtlPropertiesChanged", "(I)V", "GetOnRtlPropertiesChanged_IHandler")]
public virtual void OnRtlPropertiesChanged ([Android.Runtime.GeneratedEnum] LayoutDirection layoutDirection)

See Also

View.LayoutDirectionLtr
View.LayoutDirectionRtl

Parameters

layoutDirection
the direction of the layout

Remarks

Called when any RTL property (layout direction or text direction or text alignment) has been changed. Subclasses need to override this method to take care of cached information that depends on the resolved layout direction, or to inform child views that inherit their layout direction. The default implementation does nothing.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17