Android.Graphics.Drawables.Drawable.ChangingConfigurations Property
Return a mask of the configuration parameters for which this drawable may change, requiring that it be re-created.

Syntax

[get: Android.Runtime.Register("getChangingConfigurations", "()I", "GetGetChangingConfigurationsHandler")]
[set: Android.Runtime.Register("setChangingConfigurations", "(I)V", "GetSetChangingConfigurations_IHandler")]
public virtual Android.Content.PM.ConfigChanges ChangingConfigurations { get; set; }

See Also

Android.Content.PM.ActivityInfo
Android.Content.PM.ActivityInfo

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return a mask of the configuration parameters for which this drawable may change, requiring that it be re-created. The default implementation returns whatever was provided through Drawable.ChangingConfigurations or 0 by default. Subclasses may extend this to or in the changing configurations of any other drawables they hold.

Set method documentation [Android Documentation]

Set a mask of the configuration parameters for which this drawable may change, requiring that it be re-created.

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1