RBX.lua.TextLabel (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
No edit summary
>Camoy
Added TextLabel.
Line 1: Line 1:
{{Stub}}
{{CatUp|Class reference}}
__NOTOC__
 
A '''TextLabel''' is a rectangular GUI.  It is used to display text within rectangular boundaries.
 
==Functions==
The TextLabel object incorporates only the global functions.
 
==Properties==
In addition to the global properties, the TextLabel also has these:
 
*[[AbsolutePosition]]
*[[AbsoluteSize]]
*[[Active]]
*[[BackgroundColor3]]
*[[BackgroundTransparency]]
*[[BorderColor3]]
*[[BorderSizePixel]]
*[[Position]]
*[[Size]]
*[[SizeConstraint]]
*[[Text]]
*[[TextColor3]]
*[[TextTransparency]]
*[[TextWrap]]
*[[TextXAlignment]]
*[[TextYAlignment]]
*[[Visible]]
*[[ZIndex]]
 
==Events==
In addition to the global events, the Frame also has these:
 
*[[MouseEnter]]
*[[MouseLeave]]
*[[MouseMoved]]
 
[[Category:ROBLOX Lua Objects]]

Revision as of 01:29, 9 May 2010


A TextLabel is a rectangular GUI. It is used to display text within rectangular boundaries.

Functions

The TextLabel object incorporates only the global functions.

Properties

In addition to the global properties, the TextLabel also has these:

Events

In addition to the global events, the Frame also has these: