View.Bottom Property

Definition

Bottom position of this view relative to its parent. -or- Sets the bottom position of this view relative to its parent.

public int Bottom { [Android.Runtime.Register("getBottom", "()I", "")] get; [Android.Runtime.Register("setBottom", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getBottom", "()I", "")>]
[<set: Android.Runtime.Register("setBottom", "(I)V", "")>]
member this.Bottom : int with get, set

Property Value

The bottom of this view, in pixels.

Attributes

Remarks

Property getter documentation:

Bottom position of this view relative to its parent.

Java documentation for android.view.View.getBottom().

Property setter documentation:

Sets the bottom position of this view relative to its parent. This method is meant to be called by the layout system and should not generally be called otherwise, because the property may be changed at any time by the layout.

Java documentation for android.view.View.setBottom(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to