TypedValue.ChangingConfigurations Property

Definition

If the value came from a resource, these are the configurations for which its contents can change.

[Android.Runtime.Register("changingConfigurations")]
public Android.Content.PM.ConfigChanges ChangingConfigurations { get; set; }
[<Android.Runtime.Register("changingConfigurations")>]
member this.ChangingConfigurations : Android.Content.PM.ConfigChanges with get, set

Property Value

ConfigChanges
Attributes

Remarks

Java documentation for android.util.TypedValue.changingConfigurations.

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