Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / ChangingConfigurations Property


In This Topic
    ChangingConfigurations Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property ChangingConfigurations As Android.Content.PM.ConfigChanges
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value As Android.Content.PM.ConfigChanges
     
    instance.ChangingConfigurations = value
     
    value = instance.ChangingConfigurations
    public virtual Android.Content.PM.ConfigChanges ChangingConfigurations {get; set;}
    See Also