I know I can use native utils to measure a string's width or bounds on each platform.
Is there a way to know if the XF Label will cut the text(using ellipsis) or indicate that due to its style,
it will let lines break into multiple lines?
Is there some parameter on a Label(Let's say I'm given a specific instance) that I can compare my measurement against?