Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit b81b562

Browse files
committed
Corrected used of IndicatorView.ItemsSourceBy
1 parent 4cfbf90 commit b81b562

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

FormsGallery/FormsGallery/FormsGallery/XamlExamples/IndicatorViewDemoPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</DataTemplate>
4545
</CarouselView.ItemTemplate>
4646
</CarouselView>
47-
<IndicatorView ItemsSourceBy="carouselView"
47+
<IndicatorView IndicatorView.ItemsSourceBy="carouselView"
4848
Margin="0,0,0,40"
4949
IndicatorColor="LightGray"
5050
SelectedIndicatorColor="DarkGray"

UserInterface/CarouselViewDemos/CarouselViewDemos/Views/Indicators/HorizontalLayoutWithIndicatorsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</CarouselView.ItemTemplate>
4646
</CarouselView>
4747
<IndicatorView IndicatorsShape="Square"
48-
ItemsSourceBy="carouselView"
48+
IndicatorView.ItemsSourceBy="carouselView"
4949
IndicatorColor="LightGray"
5050
SelectedIndicatorColor="DarkGray"
5151
HorizontalOptions="Center"

UserInterface/IndicatorViewDemos/IndicatorViewDemos/Views/BasicIndicatorViewPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</DataTemplate>
4545
</CarouselView.ItemTemplate>
4646
</CarouselView>
47-
<IndicatorView ItemsSourceBy="carouselView"
47+
<IndicatorView IndicatorView.ItemsSourceBy="carouselView"
4848
MaximumVisible="6"
4949
Margin="0,0,0,40"
5050
IndicatorColor="LightGray"

UserInterface/IndicatorViewDemos/IndicatorViewDemos/Views/ConfigurableIndicatorViewPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<IndicatorView x:Name="indicatorView"
106106
Grid.Row="5"
107107
Grid.ColumnSpan="2"
108-
ItemsSourceBy="carouselView"
108+
IndicatorView.ItemsSourceBy="carouselView"
109109
Margin="0,0,0,40"
110110
HorizontalOptions="Center" />
111111
</Grid>

UserInterface/IndicatorViewDemos/IndicatorViewDemos/Views/TemplatedIndicatorViewPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</DataTemplate>
4545
</CarouselView.ItemTemplate>
4646
</CarouselView>
47-
<IndicatorView ItemsSourceBy="carouselView"
47+
<IndicatorView IndicatorView.ItemsSourceBy="carouselView"
4848
Margin="0,0,0,40"
4949
IndicatorColor="LightGray"
5050
SelectedIndicatorColor="Black"

0 commit comments

Comments
 (0)