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

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Added ImageLabel.
>GoldenUrg
fixed links
Line 10: Line 10:
In addition to the global properties, the ImageLabel also has these:
In addition to the global properties, the ImageLabel 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]]
*[[Image]]
*[[Image (Property)|Image]]
*[[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 ImageLabel also has these:
In addition to the global events, the ImageLabel 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:09, 10 May 2010


A ImageLabel is a rectangular GUI. It is used display images.

Functions

The ImageLabel object incorporates only the global functions.

Properties

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

Events

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