Android.App.Activity.TitleColor Property

Syntax

[get: Android.Runtime.Register("getTitleColor", "()I", "GetGetTitleColorHandler")]
[set: Android.Runtime.Register("setTitleColor", "(I)V", "GetSetTitleColor_IHandler")]
public Android.Graphics.Color TitleColor { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Change the color of the title associated with this activity. This method is deprecated starting in API Level 11 and replaced by action bar styles. For information on styling the Action Bar, read the Action Bar developer guide.

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1