Table of Contents

Class RelativeLayout

Namespace
Android.Widget
Assembly
MASES.Netdroid.dll
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

arg0 Context

Context

RelativeLayout(Context, AttributeSet)

public RelativeLayout(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

RelativeLayout(Context, AttributeSet, int)

public RelativeLayout(Context arg0, AttributeSet arg1, int arg2)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

RelativeLayout(Context, AttributeSet, int, int)

public RelativeLayout(Context arg0, AttributeSet arg1, int arg2, int arg3)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

arg2 int

int

arg3 int

int

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

initializer IJVMBridgeBaseInitializer

Properties

ABOVE

public static int ABOVE { get; set; }

Property Value

int

ALIGN_BASELINE

public static int ALIGN_BASELINE { get; set; }

Property Value

int

ALIGN_BOTTOM

public static int ALIGN_BOTTOM { get; set; }

Property Value

int

ALIGN_END

public static int ALIGN_END { get; set; }

Property Value

int

ALIGN_LEFT

public static int ALIGN_LEFT { get; set; }

Property Value

int

ALIGN_PARENT_BOTTOM

public static int ALIGN_PARENT_BOTTOM { get; set; }

Property Value

int

ALIGN_PARENT_END

public static int ALIGN_PARENT_END { get; set; }

Property Value

int

ALIGN_PARENT_LEFT

public static int ALIGN_PARENT_LEFT { get; set; }

Property Value

int

ALIGN_PARENT_RIGHT

public static int ALIGN_PARENT_RIGHT { get; set; }

Property Value

int

ALIGN_PARENT_START

public static int ALIGN_PARENT_START { get; set; }

Property Value

int

ALIGN_PARENT_TOP

public static int ALIGN_PARENT_TOP { get; set; }

Property Value

int

ALIGN_RIGHT

public static int ALIGN_RIGHT { get; set; }

Property Value

int

ALIGN_START

public static int ALIGN_START { get; set; }

Property Value

int

ALIGN_TOP

public static int ALIGN_TOP { get; set; }

Property Value

int

BELOW

public static int BELOW { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CENTER_HORIZONTAL

public static int CENTER_HORIZONTAL { get; set; }

Property Value

int

CENTER_IN_PARENT

public static int CENTER_IN_PARENT { get; set; }

Property Value

int

CENTER_VERTICAL

public static int CENTER_VERTICAL { get; set; }

Property Value

int

END_OF

public static int END_OF { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LEFT_OF

public static int LEFT_OF { get; set; }

Property Value

int

RIGHT_OF

public static int RIGHT_OF { get; set; }

Property Value

int

START_OF

public static int START_OF { get; set; }

Property Value

int

TRUE

public static int TRUE { get; set; }

Property Value

int

Methods

CreatePoolableInstance(Context)

HPA initializer for RelativeLayout(Android.Content.Context arg0)

public static RelativeLayout CreatePoolableInstance(Context arg0)

Parameters

arg0 Context

Returns

RelativeLayout

CreatePoolableInstance(Context, AttributeSet)

HPA initializer for RelativeLayout(Android.Content.Context arg0, Android.Util.AttributeSet arg1)

public static RelativeLayout CreatePoolableInstance(Context arg0, AttributeSet arg1)

Parameters

arg0 Context
arg1 AttributeSet

Returns

RelativeLayout

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

arg0 Context
arg1 AttributeSet
arg2 int

Returns

RelativeLayout

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

arg0 Context
arg1 AttributeSet
arg2 int
arg3 int

Returns

RelativeLayout

GetGravity()

public int GetGravity()

Returns

int

int

GetIgnoreGravity()

public int GetIgnoreGravity()

Returns

int

int

SetGravity(int)

public void SetGravity(int arg0)

Parameters

arg0 int

int

SetHorizontalGravity(int)

public void SetHorizontalGravity(int arg0)

Parameters

arg0 int

int

SetIgnoreGravity(int)

public void SetIgnoreGravity(int arg0)

Parameters

arg0 int

int

SetVerticalGravity(int)

public void SetVerticalGravity(int arg0)

Parameters

arg0 int

int