Toolbar.LogoDescriptionFormatted 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.
Return the description of the toolbar's logo. -or- Set a description of the toolbar's logo.
public virtual Java.Lang.ICharSequence? LogoDescriptionFormatted { [Android.Runtime.Register("getLogoDescription", "()Ljava/lang/CharSequence;", "GetGetLogoDescriptionHandler")] get; [Android.Runtime.Register("setLogoDescription", "(Ljava/lang/CharSequence;)V", "GetSetLogoDescription_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getLogoDescription", "()Ljava/lang/CharSequence;", "GetGetLogoDescriptionHandler")>]
[<set: Android.Runtime.Register("setLogoDescription", "(Ljava/lang/CharSequence;)V", "GetSetLogoDescription_Ljava_lang_CharSequence_Handler")>]
member this.LogoDescriptionFormatted : Java.Lang.ICharSequence with get, set
Property Value
A description of the logo
- Attributes
Remarks
Property getter documentation:
Return the description of the toolbar's logo.
Java documentation for android.widget.Toolbar.getLogoDescription()
.
Property setter documentation:
Set a description of the toolbar's logo.
This description will be used for accessibility or other similar descriptions of the UI.
Java documentation for android.widget.Toolbar.setLogoDescription(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.