Blog.Mobile.Components.ListImageCell.ListImageCell C# (CSharp) 메소드

ListImageCell() 공개 메소드

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