View.IsDirty Property

Definition

True if this view has changed since the last time being drawn.

public virtual bool IsDirty { [Android.Runtime.Register("isDirty", "()Z", "GetIsDirtyHandler")] get; }
[<get: Android.Runtime.Register("isDirty", "()Z", "GetIsDirtyHandler")>]
member this.IsDirty : bool

Property Value

The dirty state of this view.

Attributes

Remarks

True if this view has changed since the last time being drawn.

Java documentation for android.view.View.isDirty().

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