Label
Introduction
Code Example: Adding a Label
var label = new Label();
label.AddToRoot();
label.Text = "This is a Gum label";
Last updated
Was this helpful?
var label = new Label();
label.AddToRoot();
label.Text = "This is a Gum label";
Last updated
Was this helpful?
Was this helpful?