次の方法で共有


TextView.GetTextColor(Context, TypedArray, Int32) メソッド

定義

AttributeSet (設定されている場合) からTextView_textColor属性から既定の色を返し、TextView_textColorが直接設定されていない場合は、TextView_textAppearance属性のTextAppearance_textColorの既定の色を返します。

[Android.Runtime.Register("getTextColor", "(Landroid/content/Context;Landroid/content/res/TypedArray;I)I", "")]
public static int GetTextColor (Android.Content.Context? context, Android.Content.Res.TypedArray? attrs, int def);
[<Android.Runtime.Register("getTextColor", "(Landroid/content/Context;Landroid/content/res/TypedArray;I)I", "")>]
static member GetTextColor : Android.Content.Context * Android.Content.Res.TypedArray * int -> int

パラメーター

context
Context
attrs
TypedArray
def
Int32

戻り値

属性

注釈

AttributeSet (設定されている場合) からTextView_textColor属性から既定の色を返し、TextView_textColorが直接設定されていない場合は、TextView_textAppearance属性のTextAppearance_textColorの既定の色を返します。

の Java ドキュメントandroid.widget.TextView.getTextColor(android.content.Context, android.content.res.TypedArray, int)

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

適用対象