TextView.Highlights 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.
Returns highlights -or- Set Highlights
public virtual Android.Text.Highlights? Highlights { [Android.Runtime.Register("getHighlights", "()Landroid/text/Highlights;", "GetGetHighlightsHandler", ApiSince=34)] get; [Android.Runtime.Register("setHighlights", "(Landroid/text/Highlights;)V", "GetSetHighlights_Landroid_text_Highlights_Handler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getHighlights", "()Landroid/text/Highlights;", "GetGetHighlightsHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setHighlights", "(Landroid/text/Highlights;)V", "GetSetHighlights_Landroid_text_Highlights_Handler", ApiSince=34)>]
member this.Highlights : Android.Text.Highlights with get, set
Property Value
a highlight to be drawn. null if no highlight was set.
- Attributes
Remarks
Property getter documentation:
Returns highlights
Java documentation for android.widget.TextView.getHighlights()
.
Property setter documentation:
Set Highlights
Java documentation for android.widget.TextView.setHighlights(android.text.Highlights)
.
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.