Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / InflateAsync Method / InflateAsync(Resources,XmlReader,IAttributeSet,Theme) Method


In This Topic
    InflateAsync(Resources,XmlReader,IAttributeSet,Theme) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function InflateAsync( _
       ByVal r As Android.Content.Res.Resources, _
       ByVal parser As XmlReader, _
       ByVal attrs As Android.Util.IAttributeSet, _
       ByVal theme As Android.Content.Res.Resources.Theme _
    ) As Task
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim r As Android.Content.Res.Resources
    Dim parser As XmlReader
    Dim attrs As Android.Util.IAttributeSet
    Dim theme As Android.Content.Res.Resources.Theme
    Dim value As Task
     
    value = instance.InflateAsync(r, parser, attrs, theme)
    public Task InflateAsync( 
       Android.Content.Res.Resources r,
       XmlReader parser,
       Android.Util.IAttributeSet attrs,
       Android.Content.Res.Resources.Theme theme
    )

    Parameters

    r
    parser
    attrs
    theme
    See Also