Android.Widget.RelativeLayout.LayoutParams: Method Members

The methods of Android.Widget.RelativeLayout.LayoutParams are listed below. For a list of all members, see the RelativeLayout+LayoutParams Members list.

See Also: Inherited members from Android.Views.ViewGroup.MarginLayoutParams

Public Methods

AddRule(LayoutRules)
Adds a layout rule to be interpreted by the RelativeLayout.
AddRule(LayoutRules, int)
Adds a layout rule to be interpreted by the RelativeLayout.
Debug(string) : string
Returns a String representation of this set of layout parameters.
GetRules() : int[]
Retrieves a complete list of all supported rules, where the index is the rule verb, and the element value is the value specified, or "false" if it was never set.
RemoveRule(LayoutRules)
Removes a layout rule to be interpreted by the RelativeLayout.