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

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Added TextLabel.
>GoldenUrg
fixed links
Line 10: Line 10:
In addition to the global properties, the TextLabel also has these:
In addition to the global properties, the TextLabel also has these:


*[[AbsolutePosition]]
*[[AbsolutePosition (Property)|AbsolutePosition]]
*[[AbsoluteSize]]
*[[AbsoluteSize (Property)|AbsoluteSize]]
*[[Active]]
*[[Active (Property)|Active]]
*[[BackgroundColor3]]
*[[BackgroundColor3 (Property)|BackgroundColor3]]
*[[BackgroundTransparency]]
*[[BackgroundTransparency (Property)|BackgroundTransparency]]
*[[BorderColor3]]
*[[BorderColor3 (Property)|BorderColor3]]
*[[BorderSizePixel]]
*[[BorderSizePixel (Property)|BorderSizePixel]]
*[[Position]]
*[[Position (Property)|Position]]
*[[Size]]
*[[Size (Property)|Size]]
*[[SizeConstraint]]
*[[SizeConstraint (Property)|SizeConstraint]]
*[[Text]]
*[[Text (Property)|Text]]
*[[TextColor3]]
*[[TextColor3 (Property)|TextColor3]]
*[[TextTransparency]]
*[[TextTransparency (Property)|TextTransparency]]
*[[TextWrap]]
*[[TextWrap (Property)|TextWrap]]
*[[TextXAlignment]]
*[[TextXAlignment (Property)|TextXAlignment]]
*[[TextYAlignment]]
*[[TextYAlignment (Property)|TextYAlignment]]
*[[Visible]]
*[[Visible (Property)|Visible]]
*[[ZIndex]]
*[[ZIndex (Property)|ZIndex]]


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


*[[MouseEnter]]
*[[MouseEnter (Event)|MouseEnter]]
*[[MouseLeave]]
*[[MouseLeave (Event)|MouseLeave]]
*[[MouseMoved]]
*[[MouseMoved (Event)|MouseMoved]]


[[Category:ROBLOX Lua Objects]]
[[Category:ROBLOX Lua Objects]]

Revision as of 02:00, 10 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: