Android.Widget.LinearLayout.Orientation Property
Returns the current orientation.

Syntax

[get: Android.Runtime.Register("getOrientation", "()I", "GetGetOrientationHandler")]
[set: Android.Runtime.Register("setOrientation", "(I)V", "GetSetOrientation_IHandler")]
public virtual Orientation Orientation { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current orientation.

Set method documentation [Android Documentation]

Should the layout be a column or a row.

Requirements

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