Android.Views.ViewStub.LayoutInflater Property
Get current Android.Views.LayoutInflater used in ViewStub.Inflate.

Syntax

[get: Android.Runtime.Register("getLayoutInflater", "()Landroid/view/LayoutInflater;", "GetGetLayoutInflaterHandler")]
[set: Android.Runtime.Register("setLayoutInflater", "(Landroid/view/LayoutInflater;)V", "GetSetLayoutInflater_Landroid_view_LayoutInflater_Handler")]
public LayoutInflater LayoutInflater { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get current Android.Views.LayoutInflater used in ViewStub.Inflate.

Set method documentation [Android Documentation]

Set Android.Views.LayoutInflater to use in ViewStub.Inflate, or null to use the default.

Requirements

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