【发布时间】:2013-08-08 08:22:02
【问题描述】:
我需要像 TextBox 的 TextAlignment 属性一样将密码对齐到 PasswordBox 的中心,但不幸的是,没有使用 PasswordBox 元素定义 TextAlignment 属性,在 windows phone 8 中,我通过将 PasswordBox 模板修改为这篇文章 -PasswordBox textalignment in WP7 来实现这一点, 但是当搜索 Windows Store App 时,我发现很多关于 silverlight 和 wpf 的帖子,例如 This,但不适用于 Windows 商店应用程序。
谢谢:)
【问题讨论】:
标签: alignment windows-store-apps text-alignment passwordbox