質問編集履歴
1
コードタグで囲いました
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,8 +16,8 @@
|
|
16
16
|
・開発環境 : VisualStudio For Mac
|
17
17
|
・開発環境 : Xamarin.Forms (PCLを利用しています)
|
18
18
|
・使用しているプラグインXamarin.Forms.CarouselView
|
19
|
-
|
20
19
|
■XAML
|
20
|
+
```ここに言語を入力
|
21
21
|
<?xml version="1.0" encoding="utf-8"?>
|
22
22
|
<ContentPage
|
23
23
|
xmlns="http://xamarin.com/schemas/2014/forms"
|
@@ -43,8 +43,11 @@
|
|
43
43
|
<Label Text="SAMPLE FOOT" />
|
44
44
|
</StackLayout>
|
45
45
|
</ContentPage>
|
46
|
+
```
|
46
47
|
|
48
|
+
|
47
49
|
■コードビハインド
|
50
|
+
```ここに言語を入力
|
48
51
|
using Xamarin.Forms;
|
49
52
|
using System.Collections.Generic;
|
50
53
|
using System.Reflection;
|
@@ -89,4 +92,5 @@
|
|
89
92
|
car.ItemsSource = lista;
|
90
93
|
}
|
91
94
|
}
|
92
|
-
}
|
95
|
+
}
|
96
|
+
```
|