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

Syntax

[get: Android.Runtime.Register("getLeft", "()I", "GetGetLeftHandler")]
[set: Android.Runtime.Register("setLeft", "(I)V", "GetSetLeft_IHandler")]
public int Left { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Left position of this view relative to its parent.

Set method documentation [Android Documentation]

Sets the left 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