Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
public virtual int TextFontWeight { [Android.Runtime.Register("getTextFontWeight", "()I", "GetGetTextFontWeightHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getTextFontWeight", "()I", "GetGetTextFontWeightHandler", ApiSince=29)>] member this.TextFontWeight : int
Returns the text font weight specified by this span, or FontStyle.FONT_WEIGHT_UNSPECIFIED if it does not specify one.
FontStyle.FONT_WEIGHT_UNSPECIFIED
Java documentation for android.text.style.TextAppearanceSpan.getTextFontWeight() .
android.text.style.TextAppearanceSpan.getTextFontWeight()
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.