WindowManagerLayoutParams.TitleFormatted 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.
Sets a title for the window.
public Java.Lang.ICharSequence? TitleFormatted { [Android.Runtime.Register("getTitle", "()Ljava/lang/CharSequence;", "")] get; [Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)V", "")] set; }
[<get: Android.Runtime.Register("getTitle", "()Ljava/lang/CharSequence;", "")>]
[<set: Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)V", "")>]
member this.TitleFormatted : Java.Lang.ICharSequence with get, set
Property Value
- Attributes
Remarks
Sets a title for the window.
This title will be used primarily for debugging, and may be exposed via android.view.accessibility.AccessibilityWindowInfo#getTitle
if no Window#setTitle user-facing title
has been set.
Java documentation for android.view.WindowManager.LayoutParams.setTitle(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.