A simple label that renders text centered vertically within the Element.
Functions
Getters
string Element:GetText()
Returns the current text of the Label.
Setters
void Element:SetText(string Text)
Sets the text of the Label.
Hooks
No additional hooks.
Variables
While you can modify these variables to bypass accessors, it may cause undesired behavior.
m_strText
: The text that will be displayed in the label.