View.Right Property

Definition

Right position of this view relative to its parent. -or- Sets the right position of this view relative to its parent.

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

Property Value

The right edge of this view, in pixels.

Attributes

Remarks

Property getter documentation:

Right position of this view relative to its parent.

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

Property setter documentation:

Sets the right 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.setRight(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