PopupWindow.Elevation Property

Definition

Specifies the elevation for this popup window.

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

Property Value

the elevation for this popup window in pixels

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.PopupWindow.getElevation().

Property setter documentation:

Specifies the elevation for this popup window.

Java documentation for android.widget.PopupWindow.setElevation(float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also