Android.Widget.ImageView.BaselineAlignBottom Property
Return whether this view's baseline will be considered the bottom of the view.

Syntax

[get: Android.Runtime.Register("getBaselineAlignBottom", "()Z", "GetGetBaselineAlignBottomHandler")]
[set: Android.Runtime.Register("setBaselineAlignBottom", "(Z)V", "GetSetBaselineAlignBottom_ZHandler")]
public virtual bool BaselineAlignBottom { get; set; }

See Also

ImageView.BaselineAlignBottom

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return whether this view's baseline will be considered the bottom of the view.

Set method documentation [Android Documentation]

Set whether to set the baseline of this view to the bottom of the view. Setting this value overrides any calls to setBaseline.

Requirements

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