The Wayback Machine - https://web.archive.org/web/20150925104533/http://developer.xamarin.com/api/member/Android.Widget.RelativeLayout+LayoutParams.RemoveRule/
Android Guides | Samples

Android.Widget.RelativeLayout.LayoutParams.RemoveRule Method

Removes a layout rule to be interpreted by the RelativeLayout.

Syntax

[Android.Runtime.Register("removeRule", "(I)V", "GetRemoveRule_IHandler")]
public virtual Void RemoveRule ([Android.Runtime.GeneratedEnum] LayoutRules verb)

See Also

Parameters

verb
One of the verbs defined by RelativeLayout, such as ALIGN_WITH_PARENT_LEFT.

Remarks

Removes a layout rule to be interpreted by the RelativeLayout.

[Android Documentation]

Requirements

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