TextCell.TextColor Property

Definition

Gets or sets the color to render the primary text. This is a bindable property.

public Xamarin.Forms.Color TextColor { get; set; }
member this.TextColor : Xamarin.Forms.Color with get, set

Property 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.

Applies to