Les tableaux suivants décrivent toutes les classes et propriétés associées qui peuvent être stylisées. Un support supplémentaire peut être ajouté au fil du temps, alors n'hésitez pas à mettre cette page en favori pour référence.
Objets UI
GuiObject
GuiObject est une classe abstraite dont héritent la plupart des classes UI, y compris les cadres, les étiquettes, les boutons, et plus encore.
GuiButton
| Propriété | Type |
|---|---|
| GuiButton.AutoButtonColor | boolean |
TextLabel
TextButton
ImageLabel
ImageButton
TextBox
| Propriété | Type |
|---|---|
| TextBox.ClearTextOnFocus | boolean |
| TextBox.MultiLine | boolean |
| TextBox.PlaceholderColor3 | Color3 |
| TextBox.PlaceholderText | string |
| TextBox.ShowNativeInput | string |
| TextBox.TextEditable | boolean |
ScrollingFrame
ViewportFrame
| Propriété | Type |
|---|---|
| ViewportFrame.Ambient | Color3 |
| ViewportFrame.ImageColor3 | Color3 |
| ViewportFrame.ImageTransparency | float |
| ViewportFrame.LightColor | Color3 |
| ViewportFrame.LightDirection | Vector3 |
Path2D
| Propriété | Type |
|---|---|
| Path2D.Closed | boolean |
| Path2D.Color3 | Color3 |
| Path2D.Thickness | float |
| Path2D.Visible | boolean |
| Path2D.ZIndex | integer |
CanvasGroup
| Propriété | Type |
|---|---|
| CanvasGroup.GroupColor3 | Color3 |
| CanvasGroup.GroupTransparency | float |
Modificateurs d'apparence
UICorner
| Propriété | Type |
|---|---|
| UICorner.CornerRadius | UDim |
| UICorner.BottomLeftRadius | UDim |
| UICorner.BottomRightRadius | UDim |
| UICorner.TopLeftRadius | UDim |
| UICorner.TopRightRadius | UDim |
UIGradient
| Propriété | Type |
|---|---|
| UIGradient.Color | ColorSequence |
| UIGradient.Enabled | boolean |
| UIGradient.Offset | Vector2 |
| UIGradient.Rotation | float |
| UIGradient.Transparency | NumberSequence |
UIPadding
| Propriété | Type |
|---|---|
| UIPadding.PaddingBottom | UDim |
| UIPadding.PaddingLeft | UDim |
| UIPadding.PaddingRight | UDim |
| UIPadding.PaddingTop | UDim |
UIShadow
| Propriété | Type |
|---|---|
| UIShadow.BlurRadius | UDim |
| UIShadow.Color | Color3 |
| UIShadow.Offset | UDim2 |
| UIShadow.Spread | UDim2 |
| UIShadow.Transparency | float |
| UIShadow.ZIndex | integer |
UIStroke
| Propriété | Type |
|---|---|
| UIStroke.ApplyStrokeMode | Enum.ApplyStrokeMode |
| UIStroke.Color | Color3 |
| UIStroke.Enabled | boolean |
| UIStroke.LineJoinMode | Enum.LineJoinMode |
| UIStroke.Thickness | float |
| UIStroke.Transparency | float |
Structures de mise en page
UIListLayout
UIGridStyleLayout
UIGridLayout
| Propriété | Type |
|---|---|
| UIGridLayout.CellPadding | UDim2 |
| UIGridLayout.CellSize | UDim2 |
| UIGridLayout.FillDirectionMaxCells | integer |
| UIGridLayout.StartCorner | Enum.StartCorner |
UIPageLayout
Modificateurs et contraintes de taille
UIAspectRatioConstraint
| Propriété | Type |
|---|---|
| UIAspectRatioConstraint.AspectRatio | float |
| UIAspectRatioConstraint.AspectType | Enum.AspectType |
| UIAspectRatioConstraint.DominantAxis | Enum.DominantAxis |
UISizeConstraint
UITextSizeConstraint
| Propriété | Type |
|---|---|
| UITextSizeConstraint.MaxTextSize | integer |
| UITextSizeConstraint.MinTextSize | integer |
UIScale
| Propriété | Type |
|---|---|
| UIScale.Scale | float |
UIFlexItem
| Propriété | Type |
|---|---|
| UIFlexItem.FlexMode | Enum.UIFlexMode |
| UIFlexItem.GrowRatio | float |
| UIFlexItem.ItemLineAlignment | Enum.ItemLineAlignment |
| UIFlexItem.ShrinkRatio | float |
StyleQuery
StyleQuery vous permet de définir des points de rupture conditionnels (comme des requêtes média/conteneurs) qui contrôlent quand les styles s'appliquent à l'instance parente de la requête.