Android.Views.View.Elevation Property
The base elevation of this view relative to its parent, 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]

The base elevation of this view relative to its parent, in pixels.

Set method documentation [Android Documentation]

Sets the base elevation of this view, in pixels.

Requirements

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