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

Syntax

public Color DetailColor { get; set; }

Value

The color of the text. Color.Default is the default color value.

Remarks

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

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