VerticalBoxSlot

Any child widget of NVerticalBox has access to this slot's methods.

SetSize

VerticalBoxSlot:SetSize(Value, SizeRule)
Type
Parameter
Description

Value

SizeRule

GetSize

— Returns table (["Value"], ["SizeRule"]).

local ret = VerticalBoxSlot:GetSize()

HAlign

VerticalBoxSlot:HAlign(HorizontalAlignment)
Type
Parameter
Description

HorizontalAlignment

GetHAlign

— Returns WGui.HAlign.

local ret = VerticalBoxSlot:GetHAlign()

VAlign

VerticalBoxSlot:VAlign(VerticalAlignment)
Type
Parameter
Description

VerticalAlignment

GetVAlign

— Returns WGui.VAlign.

local ret = VerticalBoxSlot:GetVAlign()

Last updated