Android.App.ActionBar.HideOffset Property
Return the current vertical offset of the action bar.

Syntax

[get: Android.Runtime.Register("getHideOffset", "()I", "GetGetHideOffsetHandler")]
[set: Android.Runtime.Register("setHideOffset", "(I)V", "GetSetHideOffset_IHandler")]
public virtual int HideOffset { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the current vertical offset of the action bar.

The action bar's current hide offset is the distance that the action bar is currently scrolled offscreen in pixels. The valid range is 0 (fully visible) to the action bar's current measured ActionBar.Height (fully invisible).

Set method documentation [Android Documentation]

Set the current hide offset of the action bar.

The action bar's current hide offset is the distance that the action bar is currently scrolled offscreen in pixels. The valid range is 0 (fully visible) to the action bar's current measured ActionBar.Height (fully invisible).

Requirements

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