开发者

MonoTouch.Dialog: Alignment of Text

开发者 https://www.devze.com 2023-04-03 17:21 出处:网络
I am trying to right align the value entered in a cell: [Section] [Entry (\"Nicknam开发者_StackOverflow社区e\")]

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

精彩评论

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

关注公众号