Toolbar.NavigationContentDescriptionFormatted Property

Definition

Retrieve the currently configured content description for the navigation button view. -or- Set a content description for the navigation button if one is present.

public virtual Java.Lang.ICharSequence? NavigationContentDescriptionFormatted { [Android.Runtime.Register("getNavigationContentDescription", "()Ljava/lang/CharSequence;", "GetGetNavigationContentDescriptionHandler")] get; [Android.Runtime.Register("setNavigationContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetNavigationContentDescription_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getNavigationContentDescription", "()Ljava/lang/CharSequence;", "GetGetNavigationContentDescriptionHandler")>]
[<set: Android.Runtime.Register("setNavigationContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetNavigationContentDescription_Ljava_lang_CharSequence_Handler")>]
member this.NavigationContentDescriptionFormatted : Java.Lang.ICharSequence with get, set

Property Value

The navigation button's content description

Attributes

Remarks

Property getter documentation:

Retrieve the currently configured content description for the navigation button view. This will be used to describe the navigation action to users through mechanisms such as screen readers or tooltips.

Java documentation for android.widget.Toolbar.getNavigationContentDescription().

Property setter documentation:

Set a content description for the navigation button if one is present. The content description will be read via screen readers or other accessibility systems to explain the action of the navigation button.

Java documentation for android.widget.Toolbar.setNavigationContentDescription(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