C# Class android.widget.RelativeLayout.LayoutParams

Inheritance: android.view.ViewGroup.MarginLayoutParams
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode 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[]

Méthodes protégées

Méthode Description
LayoutParams ( global @__env )

Private Methods

Méthode Description
LayoutParams ( )

Method Details

LayoutParams() public méthode

public LayoutParams ( android arg0 )
arg0 android

LayoutParams() public méthode

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

LayoutParams() protected méthode

protected LayoutParams ( global @__env )
@__env global

LayoutParams() public méthode

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

addRule() public méthode

public addRule ( int arg0 ) : void
arg0 int
Résultat void

addRule() public méthode

public addRule ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

debug() public méthode

public debug ( java arg0 ) : global::java.lang.String
arg0 java
Résultat global::java.lang.String

getRules() public méthode

public getRules ( ) : int[]
Résultat int[]