开发者

MonoTouch.Dialog: Alignment of Text

I am trying to right align the value entered in a cell:

    [Section]
    [Entry ("Nicknam开发者_StackOverflow社区e")]
    [Caption("Nick Name:")]
    [Alignment(UITextAlignment.Right)]
    string NickName;

But Left is used instead of Right? What am I missing?

MonoTouch.Dialog: Alignment of Text


The Alignment attribute only affects strings, it does not affect Entries.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜