Constructor Heading
Heading()
Default constructor.
Declaration
public Heading()
Heading(string)
Construct a Heading UI element with a provided text to display.
Declaration
public Heading(string text)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | text | The text that will be displayed.  |