ViewStub.LayoutInflater Property

Definition

Get current LayoutInflater used in #inflate(). -or- Set LayoutInflater to use in #inflate(), or null to use the default.

public Android.Views.LayoutInflater? LayoutInflater { [Android.Runtime.Register("getLayoutInflater", "()Landroid/view/LayoutInflater;", "")] get; [Android.Runtime.Register("setLayoutInflater", "(Landroid/view/LayoutInflater;)V", "")] set; }
[<get: Android.Runtime.Register("getLayoutInflater", "()Landroid/view/LayoutInflater;", "")>]
[<set: Android.Runtime.Register("setLayoutInflater", "(Landroid/view/LayoutInflater;)V", "")>]
member this.LayoutInflater : Android.Views.LayoutInflater with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Get current LayoutInflater used in #inflate().

Java documentation for android.view.ViewStub.getLayoutInflater().

Property setter documentation:

Set LayoutInflater to use in #inflate(), or null to use the default.

Java documentation for android.view.ViewStub.setLayoutInflater(android.view.LayoutInflater).

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