Android.Views.View.Right Property
Right position of this view relative to its parent.

Syntax

[get: Android.Runtime.Register("getRight", "()I", "GetGetRightHandler")]
[set: Android.Runtime.Register("setRight", "(I)V", "GetSetRight_IHandler")]
public int Right { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Right position of this view relative to its parent.

Set method documentation [Android 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.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1