Language

ContentCaptureNodeProperties.HasText Property

Definition

Checks if the text has been explicitly set.

public virtual bool HasText { [Android.Runtime.Register("hasText", "()Z", "GetHasTextHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("hasText", "()Z", "GetHasTextHandler", ApiSince=37)>]
member this.HasText : bool

Property Value

true if the text was modified, false otherwise.

Attributes

Applies to