Android.Graphics.Drawables.Drawable.IsStateful Property
Indicates whether this drawable will change its appearance based on state.

Syntax

[get: Android.Runtime.Register("isStateful", "()Z", "GetIsStatefulHandler")]
public virtual bool IsStateful { get; }

See Also

Drawable.SetState(Int32[])

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether this drawable will change its appearance based on state. Clients can use this to determine whether it is necessary to calculate their state and call setState.

[Android Documentation]

Requirements

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