CheckBoxPreference.SummaryOffFormatted Propriedade

Definição

Cuidado

Use the AndroidX Preference Library for consistent behavior across all devices.

Retorna o resumo a ser mostrado quando desmarcado. -ou- Define o resumo a ser mostrado quando desmarcado.

[System.Obsolete("Use the AndroidX Preference Library for consistent behavior across all devices.")]
public override Java.Lang.ICharSequence? SummaryOffFormatted { [Android.Runtime.Register("getSummaryOff", "()Ljava/lang/CharSequence;", "GetGetSummaryOffHandler")] get; [Android.Runtime.Register("setSummaryOff", "(Ljava/lang/CharSequence;)V", "GetSetSummaryOff_Ljava_lang_CharSequence_Handler")] set; }
[<System.Obsolete("Use the AndroidX Preference Library for consistent behavior across all devices.")>]
[<get: Android.Runtime.Register("getSummaryOff", "()Ljava/lang/CharSequence;", "GetGetSummaryOffHandler")>]
[<set: Android.Runtime.Register("setSummaryOff", "(Ljava/lang/CharSequence;)V", "GetSetSummaryOff_Ljava_lang_CharSequence_Handler")>]
member this.SummaryOffFormatted : Java.Lang.ICharSequence with get, set

Valor da propriedade

O resumo.

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a