View.IsDirty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.