Table of Contents

Field TextColor

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

Gets or sets the delegate used to determine the text color for a given view.

public Func<View, Color>? TextColor

Returns

Func<View, Color>
Gets or sets the delegate used to determine the text color for a given view.

Remarks

Assign a function that takes a View and returns a Color to customize the text color dynamically based on the view's state or properties. If not set, a default color may be used.