共用方式為


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的默認色彩。

android.widget.TextView.getTextColor(android.content.Context, android.content.res.TypedArray, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於