MonoTouch.Dialog:文本的对齐方式

时间:2011-09-09 21:49:12

标签: xamarin.ios monotouch.dialog

我正在尝试右对齐在单元格中输入的值:

    [Section]
    [Entry ("Nickname")]
    [Caption("Nick Name:")]
    [Alignment(UITextAlignment.Right)]
    string NickName;

但是使用Left而不是Right?我错过了什么?

enter image description here

1 个答案:

答案 0 :(得分:2)

Alignment属性仅影响字符串,不会影响条目。