android.widget.TextView.getCurrentTextColor C# (CSharp) Method

getCurrentTextColor() public method

public getCurrentTextColor ( ) : int
return int
        public virtual int getCurrentTextColor()
        {
            return global::MonoJavaBridge.JavaBridge.CallIntMethod(this, global::android.widget.TextView.staticClass, "getCurrentTextColor", "()I", ref global::android.widget.TextView._m94);
        }
TextView