Skip to content

Instantly share code, notes, and snippets.

View robertmclaws's full-sized avatar

Robert McLaws robertmclaws

View GitHub Profile
// In your Forms shared code
using System;
using Xamarin.Forms;
namespace FormsPlayground
{
public class DisabledTitleColorEffect : RoutingEffect
{
string _disabledColor;