質問編集履歴

3

<!--3行目(とりあえず見た目だけでも近づけたい)-->

2015/09/30 06:31

投稿

b1ackc0ffee
b1ackc0ffee

スコア267

test CHANGED
File without changes
test CHANGED
@@ -42,6 +42,8 @@
42
42
 
43
43
  ●コード
44
44
 
45
+ ```C#
46
+
45
47
  <Grid Background ="{ThemeResource ApplicationPageBackgroundThemeBrush }">
46
48
 
47
49
  <Grid.RowDefinitions>
@@ -132,9 +134,11 @@
132
134
 
133
135
  </Grid >
134
136
 
137
+
138
+
139
+
140
+
135
- </Page>
141
+ ```
136
-
137
-
138
142
 
139
143
  ●ビジュアル
140
144
 

2

<!--3行目(とりあえず見た目だけでも近づけたい)-->

2015/09/30 06:31

投稿

b1ackc0ffee
b1ackc0ffee

スコア267

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
 
98
98
 
99
- <!--3行目-->
99
+ <!--3行目(とりあえず見た目だけでも近づけたい)-->
100
100
 
101
101
  <Grid Width ="580" Height="60" Grid.Row="2">
102
102
 
@@ -182,7 +182,7 @@
182
182
 
183
183
  前回の質問、【Sliderのデザイン】では、プロパティがSliderにはなかったので、SliderをBoderでラッピングをすることで期待通りの結果が得られました。
184
184
 
185
-
185
+ ありがとうございました。
186
186
 
187
187
 
188
188
 

1

<!--4行目-->

2015/09/30 06:29

投稿

b1ackc0ffee
b1ackc0ffee

スコア267

test CHANGED
File without changes
test CHANGED
@@ -96,39 +96,7 @@
96
96
 
97
97
 
98
98
 
99
- --><!--3行目(とりあえず見た目だけでも近づけたい)--><!--
100
-
101
- <Grid Grid.Row="3">
102
-
103
- <Border Width="580" Height="60" CornerRadius="5 5 5 5" BorderThickness="1" BorderBrush="Gray">
104
-
105
- <Border.Background>
106
-
107
- <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
108
-
109
- <GradientStop Color="White" Offset="0"/>
110
-
111
- <GradientStop Color="#FFF5F5F5" Offset="1"/>
112
-
113
- </LinearGradientBrush>
114
-
115
- </Border.Background>
116
-
117
- <Border Background="#FFCCCCCC" HorizontalAlignment="Right" Width="1" Height="34" Margin="0 0 40 0"/>
118
-
119
- --><!--<UserControls:SortBtn Grid.Column="1" Width="13" Height="9" Margin="13 0 13 0" HorizontalAlignment="Right" VerticalAlignment="Center"/>--><!--
120
-
121
- <TextBlock Grid.Column="0" Margin="20 0 0 0" FontSize="22" VerticalAlignment="Center">
122
-
123
- <Run Text="5"/>
124
-
125
- <Run Text="年間"/>
126
-
127
- </TextBlock>
128
-
129
- </Border>
99
+ <!--3行目-->
130
-
131
- </Grid>-->
132
100
 
133
101
  <Grid Width ="580" Height="60" Grid.Row="2">
134
102
 
@@ -158,7 +126,7 @@
158
126
 
159
127
  </Grid>
160
128
 
161
- <!--4行目-->
129
+
162
130
 
163
131
 
164
132