TextView.GetTextColor(Context, TypedArray, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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の既定の色を返します。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。