Freigeben über


FontStyle.FontSlantItalic Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Graphics.Fonts.FontSlant enum directly instead of this field.

Ein Schriftgrad für kursiv

[Android.Runtime.Register("FONT_SLANT_ITALIC", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Fonts.FontSlant enum directly instead of this field.", true)]
public const Android.Graphics.Fonts.FontSlant FontSlantItalic = 1;
[<Android.Runtime.Register("FONT_SLANT_ITALIC", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Fonts.FontSlant enum directly instead of this field.", true)>]
val mutable FontSlantItalic : Android.Graphics.Fonts.FontSlant

Feldwert

Value = 1
Attribute

Hinweise

Ein Schriftgrad für kursiv

Java-Dokumentation für android.graphics.fonts.FontStyle.FONT_SLANT_ITALIC.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: