LinearLayout.BaselineAlignedChildIndex Property

Definition

public virtual int BaselineAlignedChildIndex { [Android.Runtime.Register("getBaselineAlignedChildIndex", "()I", "GetGetBaselineAlignedChildIndexHandler")] get; [Android.Runtime.Register("setBaselineAlignedChildIndex", "(I)V", "GetSetBaselineAlignedChildIndex_IHandler")] set; }
[<get: Android.Runtime.Register("getBaselineAlignedChildIndex", "()I", "GetGetBaselineAlignedChildIndexHandler")>]
[<set: Android.Runtime.Register("setBaselineAlignedChildIndex", "(I)V", "GetSetBaselineAlignedChildIndex_IHandler")>]
member this.BaselineAlignedChildIndex : int with get, set

Property Value

The index of the child that will be used if this layout is part of a larger layout that is baseline aligned, or -1 if none has been set.

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for android.widget.LinearLayout.setBaselineAlignedChildIndex(int).

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