ImageView.BaselineAlignBottom Property

Definition

Checks whether this view's baseline is considered the bottom of the view. -or- Sets whether the baseline of this view to the bottom of the view.

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

Property Value

True if the ImageView's baseline is considered the bottom of the view, false if otherwise.

Attributes

Remarks

Property getter documentation:

Checks whether this view's baseline is considered the bottom of the view.

Java documentation for android.widget.ImageView.getBaselineAlignBottom().

Property setter documentation:

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

Java documentation for android.widget.ImageView.setBaselineAlignBottom(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also