File tree Expand file tree Collapse file tree 2 files changed +32
-28
lines changed
8.0/UserInterface/Views/SwitchDemos/SwitchDemos/Views
9.0/UserInterface/Views/SwitchDemos/SwitchDemos/Views Expand file tree Collapse file tree 2 files changed +32
-28
lines changed Original file line number Diff line number Diff line change 2525 IsToggled =" True"
2626 HorizontalOptions =" End" >
2727 <VisualStateManager .VisualStateGroups>
28- <VisualStateGroup x : Name =" CommonStates" >
29- <VisualState x : Name =" On" >
30- <VisualState .Setters>
31- <Setter Property =" ThumbColor"
32- Value =" MediumSpringGreen" />
33- </VisualState .Setters>
34- </VisualState >
35- <VisualState x : Name =" Off" >
36- <VisualState .Setters>
37- <Setter Property =" ThumbColor"
38- Value =" Red" />
39- </VisualState .Setters>
40- </VisualState >
41- </VisualStateGroup >
28+ <VisualStateGroupList >
29+ <VisualStateGroup x : Name =" CommonStates" >
30+ <VisualState x : Name =" On" >
31+ <VisualState .Setters>
32+ <Setter Property =" ThumbColor"
33+ Value =" MediumSpringGreen" />
34+ </VisualState .Setters>
35+ </VisualState >
36+ <VisualState x : Name =" Off" >
37+ <VisualState .Setters>
38+ <Setter Property =" ThumbColor"
39+ Value =" Red" />
40+ </VisualState .Setters>
41+ </VisualState >
42+ </VisualStateGroup >
43+ </VisualStateGroupList >
4244 </VisualStateManager .VisualStateGroups>
4345 </Switch >
4446 </Grid >
Original file line number Diff line number Diff line change 2525 IsToggled =" True"
2626 HorizontalOptions =" End" >
2727 <VisualStateManager .VisualStateGroups>
28- <VisualStateGroup x : Name =" CommonStates" >
29- <VisualState x : Name =" On" >
30- <VisualState .Setters>
31- <Setter Property =" ThumbColor"
32- Value =" MediumSpringGreen" />
33- </VisualState .Setters>
34- </VisualState >
35- <VisualState x : Name =" Off" >
36- <VisualState .Setters>
37- <Setter Property =" ThumbColor"
38- Value =" Red" />
39- </VisualState .Setters>
40- </VisualState >
41- </VisualStateGroup >
28+ <VisualStateGroupList >
29+ <VisualStateGroup x : Name =" CommonStates" >
30+ <VisualState x : Name =" On" >
31+ <VisualState .Setters>
32+ <Setter Property =" ThumbColor"
33+ Value =" MediumSpringGreen" />
34+ </VisualState .Setters>
35+ </VisualState >
36+ <VisualState x : Name =" Off" >
37+ <VisualState .Setters>
38+ <Setter Property =" ThumbColor"
39+ Value =" Red" />
40+ </VisualState .Setters>
41+ </VisualState >
42+ </VisualStateGroup >
43+ </VisualStateGroupList >
4244 </VisualStateManager .VisualStateGroups>
4345 </Switch >
4446 </Grid >
You can’t perform that action at this time.
0 commit comments