Blog.Mobile.Components.ListImageCell.ListImageCell C# (CSharp) Method

ListImageCell() public method

public ListImageCell ( ) : Xamarin.Forms
return Xamarin.Forms
		public ListImageCell()
		{
			this.TextColor = Color.White;
			this.DetailColor = Color.White;
		}
	}
ListImageCell