Exemple #1
0
        /*
         * private void UpdateKeyboard ()
         * {
         *      Extensions.ApplyKeyboard ((IUITextInput)this.Control, this.Element.Keyboard);
         * }
         */

        private void UpdateAlignment()
        {
            this.Control.Alignment = AlignmentExtensions.ToNativeTextAlignment(this.Element.HorizontalTextAlignment);
        }
Exemple #2
0
 private static void UpdateHorizontalTextAlignment(EntryCellRenderer.EntryCellTableViewCell cell, EntryCell entryCell)
 {
     cell.TextField.Alignment = AlignmentExtensions.ToNativeTextAlignment(entryCell.HorizontalTextAlignment);
 }