Android.Widget.ImageView.SetBaseline Method

Syntax

[Android.Runtime.Register("setBaseline", "(I)V", "GetSetBaseline_IHandler")]
public virtual void SetBaseline (int baseline)

See Also

ImageView.SetBaseline(int)

Parameters

baseline
The baseline to use, or -1 if none is to be provided.

Remarks

Set the offset of the widget's text baseline from the widget's top boundary. This value is overridden by the ImageView.BaselineAlignBottom property.

[Android Documentation]

Requirements

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