質問編集履歴
3
<!--3行目(とりあえず見た目だけでも近づけたい)-->
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
------------------------------
|
|
21
21
|
■ここまでできてます
|
|
22
22
|
●コード
|
|
23
|
+
```C#
|
|
23
24
|
<Grid Background ="{ThemeResource ApplicationPageBackgroundThemeBrush }">
|
|
24
25
|
<Grid.RowDefinitions>
|
|
25
26
|
<RowDefinition/>
|
|
@@ -65,8 +66,9 @@
|
|
|
65
66
|
|
|
66
67
|
|
|
67
68
|
</Grid >
|
|
68
|
-
</Page>
|
|
69
69
|
|
|
70
|
+
|
|
71
|
+
```
|
|
70
72
|
●ビジュアル
|
|
71
73
|

|
|
72
74
|
|
2
<!--3行目(とりあえず見た目だけでも近づけたい)-->
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<!--2行目(既存のスタイルテンプレート使用)-->
|
|
48
48
|
<!--<ComboBox x:Name="comboBox" Width="580" Height="60" Grid.Row="2" Style="{StaticResource ComboBoxStyle1}"/>
|
|
49
49
|
|
|
50
|
-
<!--3行目-->
|
|
50
|
+
<!--3行目(とりあえず見た目だけでも近づけたい)-->
|
|
51
51
|
<Grid Width ="580" Height="60" Grid.Row="2">
|
|
52
52
|
<Border CornerRadius ="5 5 5 5" BorderThickness="1,1,1,1" BorderBrush="Gray">
|
|
53
53
|
<Border.Background>
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
前回の質問、【Sliderのデザイン】では、プロパティがSliderにはなかったので、SliderをBoderでラッピングをすることで期待通りの結果が得られました。
|
|
93
|
+
ありがとうございました。
|
|
93
94
|
|
|
94
95
|
|
|
95
|
-
|
|
96
96
|
■□■□■□■□■□■□■□■□■□■□■□■□■
|
|
97
97
|
|
|
98
98
|
|
1
<!--4行目-->
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -47,23 +47,7 @@
|
|
|
47
47
|
<!--2行目(既存のスタイルテンプレート使用)-->
|
|
48
48
|
<!--<ComboBox x:Name="comboBox" Width="580" Height="60" Grid.Row="2" Style="{StaticResource ComboBoxStyle1}"/>
|
|
49
49
|
|
|
50
|
-
--><!--3行目(とりあえず見た目だけでも近づけたい)--><!--
|
|
51
|
-
<Grid Grid.Row="3">
|
|
52
|
-
<Border Width="580" Height="60" CornerRadius="5 5 5 5" BorderThickness="1" BorderBrush="Gray">
|
|
53
|
-
<Border.Background>
|
|
54
|
-
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
55
|
-
<GradientStop Color="White" Offset="0"/>
|
|
56
|
-
<GradientStop Color="#FFF5F5F5" Offset="1"/>
|
|
57
|
-
</LinearGradientBrush>
|
|
58
|
-
</Border.Background>
|
|
59
|
-
<Border Background="#FFCCCCCC" HorizontalAlignment="Right" Width="1" Height="34" Margin="0 0 40 0"/>
|
|
60
|
-
--><!--<UserControls:SortBtn Grid.Column="1" Width="13" Height="9" Margin="13 0 13 0" HorizontalAlignment="Right" VerticalAlignment="Center"/>--><!--
|
|
61
|
-
<TextBlock Grid.Column="0" Margin="20 0 0 0" FontSize="22" VerticalAlignment="Center">
|
|
62
|
-
<Run Text="5"/>
|
|
63
|
-
<Run Text="年間"/>
|
|
64
|
-
</TextBlock>
|
|
65
|
-
|
|
50
|
+
<!--3行目-->
|
|
66
|
-
</Grid>-->
|
|
67
51
|
<Grid Width ="580" Height="60" Grid.Row="2">
|
|
68
52
|
<Border CornerRadius ="5 5 5 5" BorderThickness="1,1,1,1" BorderBrush="Gray">
|
|
69
53
|
<Border.Background>
|
|
@@ -78,7 +62,7 @@
|
|
|
78
62
|
<TextBlock Grid.Column ="0" Margin="20 0 0 0" FontSize="22" VerticalAlignment ="Center" Text="リスト1" />
|
|
79
63
|
|
|
80
64
|
</Grid>
|
|
81
|
-
|
|
65
|
+
|
|
82
66
|
|
|
83
67
|
</Grid >
|
|
84
68
|
</Page>
|