Space Constructores

Definición

Sobrecargas

Space(Context)

Por agregar

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public Space(Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.Space : Android.Content.Context -> Android.Widget.Space

Parámetros

context
Context
Atributos

Comentarios

Por agregar

Java documentación para android.widget.Space.Space(android.content.Context).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Space(Context, IAttributeSet)

Por agregar

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public Space(Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.Space : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.Space

Parámetros

context
Context
Atributos

Comentarios

Por agregar

Java documentación para android.widget.Space.Space(android.content.Context, android.util.AttributeSet).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Space(Context, IAttributeSet, Int32)

Por agregar

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")]
public Space(Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyleAttr);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", "")>]
new Android.Widget.Space : Android.Content.Context * Android.Util.IAttributeSet * int -> Android.Widget.Space

Parámetros

context
Context
defStyleAttr
Int32
Atributos

Comentarios

Por agregar

Java documentación para android.widget.Space.Space(android.content.Context, android.util.AttributeSet, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Space(Context, IAttributeSet, Int32, Int32)

Por agregar

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")]
public Space(Android.Content.Context? context, Android.Util.IAttributeSet? attrs, int defStyleAttr, int defStyleRes);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;II)V", "")>]
new Android.Widget.Space : Android.Content.Context * Android.Util.IAttributeSet * int * int -> Android.Widget.Space

Parámetros

context
Context
defStyleAttr
Int32
defStyleRes
Int32
Atributos

Comentarios

Por agregar

Java documentación para android.widget.Space.Space(android.content.Context, android.util.AttributeSet, int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a