Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created January 17, 2022 10:19
Show Gist options
  • Save sthewissen/885a1f2c3cd88a9f446e489da90f78d7 to your computer and use it in GitHub Desktop.
Save sthewissen/885a1f2c3cd88a9f446e489da90f78d7 to your computer and use it in GitHub Desktop.
public static void MapText(MyButtonHandler handler, IMyButton button)
{
handler.NativeView?.SetTitle(button.Text, UIControlState.Normal);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment