/* * private void UpdateKeyboard () * { * Extensions.ApplyKeyboard ((IUITextInput)this.Control, this.Element.Keyboard); * } */ private void UpdateAlignment() { this.Control.Alignment = AlignmentExtensions.ToNativeTextAlignment(this.Element.HorizontalTextAlignment); }
private static void UpdateHorizontalTextAlignment(EntryCellRenderer.EntryCellTableViewCell cell, EntryCell entryCell) { cell.TextField.Alignment = AlignmentExtensions.ToNativeTextAlignment(entryCell.HorizontalTextAlignment); }