MonoTouch.Dialog.LoadMoreElement.GetTextSize C# (CSharp) Method

GetTextSize() private method

private GetTextSize ( ) : SizeF
return SizeF
		SizeF GetTextSize ()
		{
			return new NSString (caption.Text).StringSize (font, UIScreen.MainScreen.Bounds.Width, UILineBreakMode.TailTruncation);
		}