LinearLayout.BaselineAligned Property

Definition

Indicates whether widgets contained within this layout are aligned on their baseline or not. -or- Defines whether widgets contained in this layout are baseline-aligned or not.

public virtual bool BaselineAligned { [Android.Runtime.Register("isBaselineAligned", "()Z", "GetIsBaselineAlignedHandler")] get; [Android.Runtime.Register("setBaselineAligned", "(Z)V", "GetSetBaselineAligned_ZHandler")] set; }
[<get: Android.Runtime.Register("isBaselineAligned", "()Z", "GetIsBaselineAlignedHandler")>]
[<set: Android.Runtime.Register("setBaselineAligned", "(Z)V", "GetSetBaselineAligned_ZHandler")>]
member this.BaselineAligned : bool with get, set

Property Value

true when widgets are baseline-aligned, false otherwise

Attributes

Remarks

Property getter documentation:

Indicates whether widgets contained within this layout are aligned on their baseline or not.

Java documentation for android.widget.LinearLayout.isBaselineAligned().

Property setter documentation:

Defines whether widgets contained in this layout are baseline-aligned or not.

Java documentation for android.widget.LinearLayout.setBaselineAligned(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