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

Android.Widget.RelativeLayout.LayoutParams.AddRule(LayoutRules)
Android.Widget.RelativeLayout.LayoutParams.AddRule(LayoutRules, System.Int32)

Parameters

verb
One of the verbs defined by Android.Widget.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