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

Syntax

[get: Android.Runtime.Register("getTop", "()I", "GetGetTopHandler")]
[set: Android.Runtime.Register("setTop", "(I)V", "GetSetTop_IHandler")]
public int Top { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Top position of this view relative to its parent.

Set method documentation [Android Documentation]

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