InlineContentView.SetZOrderedOnTop(Boolean) Method

Definition

Controls whether the backing surface is placed on top of this view's window.

[Android.Runtime.Register("setZOrderedOnTop", "(Z)Z", "GetSetZOrderedOnTop_ZHandler", ApiSince=30)]
public virtual bool SetZOrderedOnTop (bool onTop);
[<Android.Runtime.Register("setZOrderedOnTop", "(Z)Z", "GetSetZOrderedOnTop_ZHandler", ApiSince=30)>]
abstract member SetZOrderedOnTop : bool -> bool
override this.SetZOrderedOnTop : bool -> bool

Parameters

onTop
Boolean

Whether to show the surface on top of this view's window.

Returns

Boolean
Attributes

Remarks

Java documentation for android.widget.inline.InlineContentView.setZOrderedOnTop(boolean).

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