Android.App.ActionBar.DisplayOptions Property

Syntax

[get: Android.Runtime.Register("getDisplayOptions", "()I", "GetGetDisplayOptionsHandler")]
[set: Android.Runtime.Register("setDisplayOptions", "(I)V", "GetSetDisplayOptions_IHandler")]
public abstract ActionBarDisplayOptions DisplayOptions { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Set display options. This changes all display option bits at once. To change a limited subset of display options, see ActionBar.SetDisplayOptions(ActionBarDisplayOptions, Android.App.ActionBarDisplayOptions).

Requirements

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