File tree 4 files changed +20
-76
lines changed
CreateNestedTabViews_MAUI
4 files changed +20
-76
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
<Setter Property =" TextColor" Value =" White" />
31
31
</VisualState .Setters>
32
32
</VisualState >
33
+ <VisualState x : Name =" Pressed" >
34
+ <VisualState .Setters>
35
+ <Setter Property =" TextColor" Value =" Red" />
36
+ </VisualState .Setters>
37
+ </VisualState >
38
+ <VisualState x : Name =" PressedFilled" >
39
+ <VisualState .Setters>
40
+ <Setter Property =" TextColor" Value =" Red" />
41
+ </VisualState .Setters>
42
+ </VisualState >
43
+ <VisualState x : Name =" InActivePressed" >
44
+ <VisualState .Setters>
45
+ <Setter Property =" TextColor" Value =" Yellow" />
46
+ </VisualState .Setters>
47
+ </VisualState >
48
+ <VisualState x : Name =" InActivePressedFilled" >
49
+ <VisualState .Setters>
50
+ <Setter Property =" TextColor" Value =" Yellow" />
51
+ </VisualState .Setters>
52
+ </VisualState >
33
53
</VisualStateGroup >
34
54
</VisualStateGroupList >
35
55
</Setter >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments