Android.Widget.LinearLayout.BaselineAligned Property

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

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

Requirements

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