※リストが表示されない場合
AddBlockなどの広告ブロックツールがONになっているとリストなどが表示されない場合があります。これらのツールをOFFにしてみてください。
<!--ContentPanel - 追加コンテンツをここに入力します--> <Grid x:Name="ContentPanel" Margin="12,0,0,12" ShowGridLines="True" Grid.RowSpan="2" Grid.Row="1"> <Ellipse Height="119" HorizontalAlignment="Left" Margin="35,127,0,0" Name="ellipse1" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="200" Fill="Red" /> <Rectangle Height="114" HorizontalAlignment="Left" Margin="164,187,0,0" Name="rectangle1" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="200" Fill="Blue" /> <Line X1="50" Y1="300" X2="350" Y2="100" Fill="Lime" Stroke="Lime" StrokeThickness="10" /> <Polygon StrokeThickness="5" Fill="#70FF8700"> <Polygon.Points> <Point X="200" Y="400" /> <Point X="300" Y="300" /> <Point X="100" Y="200" /> </Polygon.Points> </Polygon> </Grid>
<< 前へ | 次へ >> |