Label
Introduction
Code Example: Adding a Label
// Initialize
var label = new Label();
label.AddToRoot();
label.Text = "This is a Gum label";
Text Wrapping
Text Alignment
Auto-Sizing to Text Content
Last updated
Was this helpful?

