MonoMobile.Views.EntryAttribute.EntryCellView.InitializeTheme C# (CSharp) Method

InitializeTheme() public method

public InitializeTheme ( UITableViewCell cell ) : void
cell UITableViewCell
return void
			public override void InitializeTheme(UITableViewCell cell)
			{
				InputView.PlaceholderColor = Theme.PlaceholderColor; 
				InputView.PlaceholderAlignment = Theme.PlaceholderAlignment;
				InputView.TextAlignment = Theme.DetailTextAlignment;
			}