EntryHandler.MapTextColor(IEntryHandler, IEntry) Method

Definition

public:
 static void MapTextColor(Microsoft::Maui::Handlers::IEntryHandler ^ handler, Microsoft::Maui::IEntry ^ entry);
public static void MapTextColor (Microsoft.Maui.Handlers.IEntryHandler handler, Microsoft.Maui.IEntry entry);
static member MapTextColor : Microsoft.Maui.Handlers.IEntryHandler * Microsoft.Maui.IEntry -> unit
Public Shared Sub MapTextColor (handler As IEntryHandler, entry As IEntry)

Parameters

handler
IEntryHandler
entry
IEntry

Applies to