LayoutInflater.Factory Property

Definition

Return the current Factory (or null). -or- Attach a custom Factory interface for creating views while using this LayoutInflater.

public Android.Views.LayoutInflater.IFactory? Factory { [Android.Runtime.Register("getFactory", "()Landroid/view/LayoutInflater$Factory;", "")] get; [Android.Runtime.Register("setFactory", "(Landroid/view/LayoutInflater$Factory;)V", "GetSetFactory_Landroid_view_LayoutInflater_Factory_Handler")] set; }
[<get: Android.Runtime.Register("getFactory", "()Landroid/view/LayoutInflater$Factory;", "")>]
[<set: Android.Runtime.Register("setFactory", "(Landroid/view/LayoutInflater$Factory;)V", "GetSetFactory_Landroid_view_LayoutInflater_Factory_Handler")>]
member this.Factory : Android.Views.LayoutInflater.IFactory with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Java documentation for android.view.LayoutInflater.getFactory().

Property setter documentation:

Java documentation for android.view.LayoutInflater.setFactory(android.view.Factory).

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