RelativeLayout.LayoutParams.RemoveRule(LayoutRules) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a layout rule to be interpreted by the RelativeLayout.
[Android.Runtime.Register("removeRule", "(I)V", "GetRemoveRule_IHandler")]
public virtual void RemoveRule (Android.Widget.LayoutRules verb);
[<Android.Runtime.Register("removeRule", "(I)V", "GetRemoveRule_IHandler")>]
abstract member RemoveRule : Android.Widget.LayoutRules -> unit
override this.RemoveRule : Android.Widget.LayoutRules -> unit
Parameters
- verb
- LayoutRules
One of the verbs defined by RelativeLayout, such as ALIGN_WITH_PARENT_LEFT.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
See also
- AddRule(LayoutRules)
- <xref:Android.Widget.RelativeLayout.LayoutParams.AddRule(Android.Widget.LayoutRules%2c+System.Int32)>