An Issue with Getting the Absolute Size While Using Automatic Size

I want to be able to get a absolute size of a text label. While it works on its own with

label.AbsoluteSize.X

I want to be able to get the actual size of the text label while having Automatic Size on. When I do have it on and try it, it just returns the Size property that it was set to previously. Any helps is welcome, Thanks!

1 Like

Maybe something’s wrong with your code? When I encountered the same problem with AutomaticSize.Y i just returned the AbsoluteSize.Y value and it pretty much worked