Active
Active: undefined | boolean | Binding<boolean>
AnchorPoint
AnchorPoint: undefined | Vector2 | Binding<Vector2>
Archivable
Archivable: undefined | boolean | Binding<boolean>
AutoLocalize
AutoLocalize: undefined | boolean | Binding<boolean>
AutomaticSize
AutomaticSize:
| undefined
| AutomaticSize
| "X"
| "Y"
| "None"
| "XY"
| Binding<AutomaticSize>
BackgroundColor
BackgroundColor: undefined | BrickColor<keyof BrickColorsByNumber> | Binding<BrickColor<keyof BrickColorsByNumber>>
BackgroundColor3
BackgroundColor3: undefined | Color3 | Binding<Color3>
BackgroundTransparency
BackgroundTransparency: undefined | number | Binding<number>
Optional
Bold
Bold?: boolean
BorderColor
BorderColor: undefined | BrickColor<keyof BrickColorsByNumber> | Binding<BrickColor<keyof BrickColorsByNumber>>
Optional
BorderColor3
BorderColor3?: Color3 | Binding<Color3> & Color3
BorderMode
BorderMode:
| undefined
| BorderMode
| "Outline"
| "Middle"
| "Inset"
| Binding<BorderMode>
Optional
BorderRadius
BorderRadius?: number
BorderSizePixel
BorderSizePixel: undefined | number | Binding<number>
Optional
BorderThickness
BorderThickness?: number
Optional
Center
Center?: boolean
ClipsDescendants
ClipsDescendants: undefined | boolean | Binding<boolean>
Optional
Component
Component?: keyof IntrinsicElements
Optional
CornerProps
CornerProps?: InstanceProps<UICorner>
Optional
Direction
Direction?: FillDirection
Optional
DisableListLayout
DisableListLayout?: boolean
Draggable
Draggable: undefined | boolean | Binding<boolean>
Font
Font:
| undefined
| Font
| "Unknown"
| "Legacy"
| "Arial"
| "ArialBold"
| "SourceSans"
| "SourceSansBold"
| "SourceSansLight"
| "SourceSansItalic"
| "Bodoni"
| "Garamond"
| "Cartoon"
| "Code"
| "Highway"
| "SciFi"
| "Arcade"
| "Fantasy"
| "Antique"
| "SourceSansSemibold"
| "Gotham"
| "GothamMedium"
| "GothamBold"
| "GothamBlack"
| "AmaticSC"
| "Bangers"
| "Creepster"
| "DenkOne"
| "Fondamento"
| "FredokaOne"
| "GrenzeGotisch"
| "IndieFlower"
| "JosefinSans"
| "Jura"
| "Kalam"
| "LuckiestGuy"
| "Merriweather"
| "Michroma"
| "Nunito"
| "Oswald"
| "PatrickHand"
| "PermanentMarker"
| "Roboto"
| "RobotoCondensed"
| "RobotoMono"
| "Sarpanch"
| "SpecialElite"
| "TitilliumWeb"
| "Ubuntu"
| "BuilderSans"
| "BuilderSansMedium"
| "BuilderSansBold"
| "BuilderSansExtraBold"
| "Arimo"
| "ArimoBold"
| Binding<Font>
FontFace
FontFace: undefined | Font | Binding<Font>
FontSize
FontSize:
| undefined
| FontSize
| "Size8"
| "Size9"
| "Size10"
| "Size11"
| "Size12"
| "Size14"
| "Size18"
| "Size24"
| "Size36"
| "Size48"
| "Size28"
| "Size32"
| "Size42"
| "Size60"
| "Size96"
| Binding<FontSize>
Optional
HorizontalAlignment
HorizontalAlignment?: HorizontalAlignment
Interactable
Interactable: undefined | boolean | Binding<boolean>
LayoutOrder
LayoutOrder: undefined | number | Binding<number>
LineHeight
LineHeight: undefined | number | Binding<number>
Optional
ListLayoutProps
ListLayoutProps?: InstanceProps<UIListLayout>
Localize
Localize: undefined | boolean | Binding<boolean>
MaxVisibleGraphemes
MaxVisibleGraphemes: undefined | number | Binding<number>
NextSelectionDown
NextSelectionDown: GuiObject | Ref<GuiObject> | Binding<undefined | GuiObject>
NextSelectionLeft
NextSelectionLeft: GuiObject | Ref<GuiObject> | Binding<undefined | GuiObject>
NextSelectionRight
NextSelectionRight: GuiObject | Ref<GuiObject> | Binding<undefined | GuiObject>
NextSelectionUp
NextSelectionUp: GuiObject | Ref<GuiObject> | Binding<undefined | GuiObject>
OpenTypeFeatures
OpenTypeFeatures: undefined | string | Binding<string>
Optional
Padding
Padding?: number
Optional
PaddingProps
PaddingProps?: InstanceProps<UIPadding>
Optional
PaddingX
PaddingX?: number
Optional
PaddingY
PaddingY?: number
Position
Position: undefined | UDim2 | Binding<UDim2>
Optional
Ref
Ref?: Ref<unknown>
RichText
RichText: undefined | boolean | Binding<boolean>
RootLocalizationTable
RootLocalizationTable: LocalizationTable | Ref<LocalizationTable> | Binding<undefined | LocalizationTable>
Rotation
Rotation: undefined | number | Binding<number>
Selectable
Selectable: undefined | boolean | Binding<boolean>
SelectionBehaviorDown
SelectionBehaviorDown:
| undefined
| SelectionBehavior
| "Stop"
| "Escape"
| Binding<SelectionBehavior>
SelectionBehaviorLeft
SelectionBehaviorLeft:
| undefined
| SelectionBehavior
| "Stop"
| "Escape"
| Binding<SelectionBehavior>
SelectionBehaviorRight
SelectionBehaviorRight:
| undefined
| SelectionBehavior
| "Stop"
| "Escape"
| Binding<SelectionBehavior>
SelectionBehaviorUp
SelectionBehaviorUp:
| undefined
| SelectionBehavior
| "Stop"
| "Escape"
| Binding<SelectionBehavior>
SelectionGroup
SelectionGroup: undefined | boolean | Binding<boolean>
SelectionImageObject
SelectionImageObject: GuiObject | Ref<GuiObject> | Binding<undefined | GuiObject>
SelectionOrder
SelectionOrder: undefined | number | Binding<number>
Size
Size: undefined | UDim2 | Binding<UDim2>
SizeConstraint
SizeConstraint:
| undefined
| SizeConstraint
| "RelativeXY"
| "RelativeXX"
| "RelativeYY"
| Binding<SizeConstraint>
Optional
StrokeProps
StrokeProps?: InstanceProps<UIStroke>
Text
Text: undefined | string | Binding<string>
TextColor
TextColor: undefined | BrickColor<keyof BrickColorsByNumber> | Binding<BrickColor<keyof BrickColorsByNumber>>
TextColor3
TextColor3: undefined | Color3 | Binding<Color3>
TextDirection
TextDirection:
| undefined
| TextDirection
| "Auto"
| "LeftToRight"
| "RightToLeft"
| Binding<TextDirection>
TextScaled
TextScaled: undefined | boolean | Binding<boolean>
TextSize
TextSize: undefined | number | Binding<number>
TextStrokeColor3
TextStrokeColor3: undefined | Color3 | Binding<Color3>
TextStrokeTransparency
TextStrokeTransparency: undefined | number | Binding<number>
TextTransparency
TextTransparency: undefined | number | Binding<number>
TextTruncate
TextTruncate:
| undefined
| TextTruncate
| "None"
| "AtEnd"
| "SplitWord"
| Binding<TextTruncate>
TextWrap
TextWrap: undefined | boolean | Binding<boolean>
TextWrapped
TextWrapped: undefined | boolean | Binding<boolean>
TextXAlignment
TextXAlignment:
| undefined
| TextXAlignment
| "Left"
| "Right"
| "Center"
| Binding<TextXAlignment>
TextYAlignment
TextYAlignment:
| undefined
| TextYAlignment
| "Top"
| "Bottom"
| "Center"
| Binding<TextYAlignment>
Transparency
Transparency: undefined | number | Binding<number>
Optional
VerticalAlignment
VerticalAlignment?: VerticalAlignment
Visible
Visible: undefined | boolean | Binding<boolean>
ZIndex
ZIndex: undefined | number | Binding<number>