XAML

PowerShell

PowerShell Xaml Gridを利用した画面設計例

こちらのサイトを参考にさせていただきました。Xamlにあまり知識がなかったので参考になります。以下,参考のXamlをPowerShellに取り込んだもの。ただ画面が表示されるだけで中身は未実装Gridをうまく使えば、部品の位置情報をゴリゴリ...
PowerShell

Powershell 「Use Grid and StackPanel to create a simple weather app(microsoft grid-tutorial)」のPowershell対応

Microsoftの「Use Grid and StackPanel to create a simple weather app」にあるxamlをつかった画面をPowershellで実行できるよう修正した例サンプルコードチュートリアルでは...