C# Class android.widget.RelativeLayout.LayoutParams

Inheritance: android.view.ViewGroup.MarginLayoutParams
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
LayoutParams ( android arg0 )
LayoutParams ( android arg0, android arg1 )
LayoutParams ( int arg0, int arg1 )
addRule ( int arg0 ) : void
addRule ( int arg0, int arg1 ) : void
debug ( java arg0 ) : global::java.lang.String
getRules ( ) : int[]

Protected Methods

Method Description
LayoutParams ( global @__env )

Private Methods

Method Description
LayoutParams ( )

Method Details

LayoutParams() public method

public LayoutParams ( android arg0 )
arg0 android

LayoutParams() public method

public LayoutParams ( android arg0, android arg1 )
arg0 android
arg1 android

LayoutParams() protected method

protected LayoutParams ( global @__env )
@__env global

LayoutParams() public method

public LayoutParams ( int arg0, int arg1 )
arg0 int
arg1 int

addRule() public method

public addRule ( int arg0 ) : void
arg0 int
return void

addRule() public method

public addRule ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

debug() public method

public debug ( java arg0 ) : global::java.lang.String
arg0 java
return global::java.lang.String

getRules() public method

public getRules ( ) : int[]
return int[]