2009-03-18から1日間の記事一覧

ブラウザの画面いっぱいに Silverlight を表示する

C#

忘れやすいのでメモ。 Page.xaml Silverlight アプリケーションのメイン画面の XAML。 <UserControl x:Class="FullScreenSample.Page" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Grid x:Name="LayoutRoot" Background="Black"> </Grid> </UserControl> Width と H…