Android.NUnitLite.UI.FormattedElement.SetCaption C# (CSharp) Method

SetCaption() public method

public SetCaption ( string html ) : void
html string
return void
		public void SetCaption (string html)
		{
			_caption.SetText (Android.Text.Html.FromHtml (html), TextView.BufferType.Spannable);
		}
	}