次の方法で共有


TextAppearanceInfo.TextStyle プロパティ

定義

テキストのスタイル (標準、太字、斜体、太字|斜体) を返します。

public Android.Graphics.TypefaceStyle TextStyle { [Android.Runtime.Register("getTextStyle", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getTextStyle", "()I", "", ApiSince=34)>]
member this.TextStyle : Android.Graphics.TypefaceStyle

プロパティ値

属性

注釈

テキストのスタイル (標準、太字、斜体、太字|斜体) を返します。 no TypefaceTypeface#NORMAL指定されている場合に返します。

の Java ドキュメントandroid.view.inputmethod.TextAppearanceInfo.getTextStyle()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象