Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class / SetDynamicResource(BindableProperty,String) Method


In This Topic
    SetDynamicResource(BindableProperty,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetDynamicResource( _
       ByVal property As Xamarin.Forms.BindableProperty, _
       ByVal key As String _
    ) 
    'Usage
     
    
    Dim instance As FlexViewer
    Dim property As Xamarin.Forms.BindableProperty
    Dim key As String
     
    instance.SetDynamicResource(property, key)
    public void SetDynamicResource( 
       Xamarin.Forms.BindableProperty property,
       string key
    )

    Parameters

    property
    key
    See Also