WPF/TextBlock
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(WPF,TextBlock);
*目次 [#g6203e28]
#contents
*参考情報 [#m09e4969]
*Tips [#m2adf852]
**垂直方向に中央揃えする [#n27d4e87]
[[Text vertical alignment in WPF TextBlock - Stack Overfl...
#pre{{
<Border BorderBrush="{x:Null}" Height="50">
<TextBlock Text="Some Text" VerticalAlignment="Center...
</Border>
}}
終了行:
&tag(WPF,TextBlock);
*目次 [#g6203e28]
#contents
*参考情報 [#m09e4969]
*Tips [#m2adf852]
**垂直方向に中央揃えする [#n27d4e87]
[[Text vertical alignment in WPF TextBlock - Stack Overfl...
#pre{{
<Border BorderBrush="{x:Null}" Height="50">
<TextBlock Text="Some Text" VerticalAlignment="Center...
</Border>
}}
ページ名: