Toolbar.SubtitleFormatted Property

Definition

Return the subtitle of this toolbar. -or- Set the subtitle of this toolbar.

public virtual Java.Lang.ICharSequence? SubtitleFormatted { [Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "GetGetSubtitleHandler")] get; [Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)V", "GetSetSubtitle_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "GetGetSubtitleHandler")>]
[<set: Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)V", "GetSetSubtitle_Ljava_lang_CharSequence_Handler")>]
member this.SubtitleFormatted : Java.Lang.ICharSequence with get, set

Property Value

The current subtitle

Attributes

Remarks

Property getter documentation:

Return the subtitle of this toolbar.

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

Property setter documentation:

Set the subtitle of this toolbar.

Subtitles should express extended information about the current content.

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