Android.App.ActionBar.NavigationMode Property
Returns the current navigation mode.

Syntax

[get: Android.Runtime.Register("getNavigationMode", "()I", "GetGetNavigationModeHandler")]
[set: Android.Runtime.Register("setNavigationMode", "(I)V", "GetSetNavigationMode_IHandler")]
public abstract ActionBarNavigationMode NavigationMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current navigation mode. The result will be one of:

Set method documentation [Android Documentation]

Set the current navigation mode.

Requirements

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