Class RelativeLayout
public class RelativeLayout : ViewGroup, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAccessibilityEventSource, IViewManager, IViewParent
- Inheritance
-
RelativeLayout
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
RelativeLayout(Context)
public RelativeLayout(Context arg0)
Parameters
RelativeLayout(Context, AttributeSet)
public RelativeLayout(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
RelativeLayout(Context, AttributeSet, int)
public RelativeLayout(Context arg0, AttributeSet arg1, int arg2)
Parameters
arg0Contextarg1AttributeSetarg2int
RelativeLayout(Context, AttributeSet, int, int)
public RelativeLayout(Context arg0, AttributeSet arg1, int arg2, int arg3)
Parameters
arg0Contextarg1AttributeSetarg2intarg3int
RelativeLayout(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RelativeLayout(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ABOVE
public static int ABOVE { get; set; }
Property Value
ALIGN_BASELINE
public static int ALIGN_BASELINE { get; set; }
Property Value
ALIGN_BOTTOM
public static int ALIGN_BOTTOM { get; set; }
Property Value
ALIGN_END
public static int ALIGN_END { get; set; }
Property Value
ALIGN_LEFT
public static int ALIGN_LEFT { get; set; }
Property Value
ALIGN_PARENT_BOTTOM
public static int ALIGN_PARENT_BOTTOM { get; set; }
Property Value
ALIGN_PARENT_END
public static int ALIGN_PARENT_END { get; set; }
Property Value
ALIGN_PARENT_LEFT
public static int ALIGN_PARENT_LEFT { get; set; }
Property Value
ALIGN_PARENT_RIGHT
public static int ALIGN_PARENT_RIGHT { get; set; }
Property Value
ALIGN_PARENT_START
public static int ALIGN_PARENT_START { get; set; }
Property Value
ALIGN_PARENT_TOP
public static int ALIGN_PARENT_TOP { get; set; }
Property Value
ALIGN_RIGHT
public static int ALIGN_RIGHT { get; set; }
Property Value
ALIGN_START
public static int ALIGN_START { get; set; }
Property Value
ALIGN_TOP
public static int ALIGN_TOP { get; set; }
Property Value
BELOW
public static int BELOW { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CENTER_HORIZONTAL
public static int CENTER_HORIZONTAL { get; set; }
Property Value
CENTER_IN_PARENT
public static int CENTER_IN_PARENT { get; set; }
Property Value
CENTER_VERTICAL
public static int CENTER_VERTICAL { get; set; }
Property Value
END_OF
public static int END_OF { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LEFT_OF
public static int LEFT_OF { get; set; }
Property Value
RIGHT_OF
public static int RIGHT_OF { get; set; }
Property Value
START_OF
public static int START_OF { get; set; }
Property Value
TRUE
public static int TRUE { get; set; }
Property Value
Methods
CreatePoolableInstance(Context)
HPA initializer for RelativeLayout(Android.Content.Context arg0)
public static RelativeLayout CreatePoolableInstance(Context arg0)
Parameters
arg0Context
Returns
CreatePoolableInstance(Context, AttributeSet)
HPA initializer for RelativeLayout(Android.Content.Context arg0, Android.Util.AttributeSet arg1)
public static RelativeLayout CreatePoolableInstance(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
Returns
CreatePoolableInstance(Context, AttributeSet, int)
HPA initializer for RelativeLayout(Android.Content.Context arg0, Android.Util.AttributeSet arg1, int arg2)
public static RelativeLayout CreatePoolableInstance(Context arg0, AttributeSet arg1, int arg2)
Parameters
arg0Contextarg1AttributeSetarg2int
Returns
CreatePoolableInstance(Context, AttributeSet, int, int)
HPA initializer for RelativeLayout(Android.Content.Context arg0, Android.Util.AttributeSet arg1, int arg2, int arg3)
public static RelativeLayout CreatePoolableInstance(Context arg0, AttributeSet arg1, int arg2, int arg3)
Parameters
arg0Contextarg1AttributeSetarg2intarg3int
Returns
GetGravity()
public int GetGravity()
Returns
GetIgnoreGravity()
public int GetIgnoreGravity()
Returns
SetGravity(int)
public void SetGravity(int arg0)
Parameters
SetHorizontalGravity(int)
https://developer.android.com/reference/android/widget/RelativeLayout.html#setHorizontalGravity(int)
public void SetHorizontalGravity(int arg0)
Parameters
SetIgnoreGravity(int)
public void SetIgnoreGravity(int arg0)
Parameters
SetVerticalGravity(int)
public void SetVerticalGravity(int arg0)