Android.App.ActionBar.Elevation Property
Get the Z-axis elevation of the action bar in pixels.

Syntax

[get: Android.Runtime.Register("getElevation", "()F", "GetGetElevationHandler")]
[set: Android.Runtime.Register("setElevation", "(F)V", "GetSetElevation_FHandler")]
public virtual float Elevation { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the Z-axis elevation of the action bar in pixels.

The action bar's elevation is the distance it is placed from its parent surface. Higher values are closer to the user.

Set method documentation [Android Documentation]

Set the Z-axis elevation of the action bar in pixels.

The action bar's elevation is the distance it is placed from its parent surface. Higher values are closer to the user.

Requirements

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