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!