ImageButton
ImageButton : GuiButton
Properties
Image
string
The content id of the image to display.
Code Samples
HoverImage
string
HoverImage is the content ID of the image to display when the user's cursor is hovering over the ImageButton.
Code Samples
PressImage
string
PressImage defines the content ID of the image to display when the ImageButton is pressed or clicked.
Code Samples
ImageTransparency
number
ImageTransparency controls the transparency level of the displayed image, ranging from 0 to 1.
Code Samples
ImageColor3
Color3
ImageColor3 adjusts the color tint of the displayed image using a Color3
value.
Code Samples
ImageContent
Content
ImageContent specifies the complete content data of the primary image displayed by the ImageButton.
Code Samples
HoverImageContent
Content
HoverImageContent defines the full content data of the image to show when the user's cursor hovers over the ImageButton.
Code Samples
PressImageContent
Content
PressImageContent provides the full content data of the image to display while the ImageButton is being pressed.
Code Samples
Methods
Events
Last updated