Skip to content

Commit 3cca637

Browse files
committed
2 parents f05a3a5 + 4b9856b commit 3cca637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The DynamicStyle project has two functions.
1414
Maybe you have two basic states for your phone project. Landscape and Portrait (apparently this is old terminology and we should be saying Wide and Tall)
1515
Or maybe you have 5 different states. XWide, Wide, Default, Tall, Skinny
1616

17-
**But**, in XWide Visual State you want to increase the font weight to be X, for Tall Visual State you want the font size to decrease. When you have lots of controls on a screen with different visual states, the awesomeness of Visual States is broken because you have to change the properties for all of the controls for each of the states. It also breaks control style because you have the values scattered between Style definitions and Visual States
17+
**But**, in XWide Visual State you want to increase the font weight to be X, for Tall Visual State you want the font size to decrease. When you have lots of controls on a screen and a couple of Visual States, the awesomeness of Visual States is broken because you have to change the properties for all of the controls for each of the states. It also breaks control style because you have the property values scattered between Style definitions and Visual States
1818

1919

2020
## Defining Control Styles ##

0 commit comments

Comments
 (0)