Xamarin.Forms.TextCell.TextColor Property
Gets or sets the color to render the primary text. This is a bindable property.

Syntax

public Color TextColor { get; set; }

Value

The color of the text.

Remarks

Not all platforms may support transparent text rendering. Using Color.Default will result in the system theme color being used. Color.Default is the default color value.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0