VStack
A VStack
is a frame that vertically sorts content.
Summary
Properties
Property | Type | Description |
---|---|---|
Padding |
UDim? |
The padding between objects. |
HorizontalAlignment |
Enum.HorizontalAlignment? |
The content X axis alignment. |
VerticalAlignment |
Enum.VerticalAlignment? |
The content Y axis alignment. |
View all inherited from BaseComponent
Methods
Events
Types
type StackProperties = Frame & {
Padding: UDim?,
HorizontalAlignment: Enum.HorizontalAlignment?,
VerticalAlignment: Enum.VerticalAlignment?,
}
type Stack = BaseComponent & Components & StackProperties