Share via


ReplacementSpan.ContentDescriptionFormatted Property

Definition

Gets a brief description of this ReplacementSpan for use in accessibility support. -or- Sets the specific content description into ReplacementSpan.

public virtual Java.Lang.ICharSequence? ContentDescriptionFormatted { [Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler", ApiSince=30)] get; [Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler", ApiSince=30)>]
[<set: Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler", ApiSince=30)>]
member this.ContentDescriptionFormatted : Java.Lang.ICharSequence with get, set

Property Value

The content description.

Attributes

Remarks

Property getter documentation:

Gets a brief description of this ReplacementSpan for use in accessibility support.

Java documentation for android.text.style.ReplacementSpan.getContentDescription().

Property setter documentation:

Sets the specific content description into ReplacementSpan. ReplacementSpans are shared with accessibility services, but only the content description is available from them.

Java documentation for android.text.style.ReplacementSpan.setContentDescription(java.lang.CharSequence).

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