Skip to content

Commit 08c841d

Browse files
Add style#, edit style
1 parent 477871c commit 08c841d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ Enter the shortcut command and type `Tab` twice.
6767
| `rds>rd*3` | `<Grid.RowDefinitions>`<br />` <RowDefinition Height="1*" />`<br />` <RowDefinition Height="1*" />`<br />` <RowDefinition Height="1*" />`<br />`</Grid.RowDefinitions>` | 3 rows Grid |
6868
| `cds>cd*2` | `<Grid.ColumnDefinitions>`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />`</Grid.ColumnDefinitions>` | 2 columns Grid |
6969
| `cds>cd*3` | `<Grid.ColumnDefinitions>`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />`</Grid.ColumnDefinitions>` | 3 columns Grid |
70-
| `style` | `<Style x:Key="key1" TargetType="Button"></Style>` | Style |
70+
| `style` | `<Style TargetType="Button"></Style>` | Style |
71+
| `style#` | `<Style x:Key="key1" TargetType="Button"></Style>` | Style with key |
7172
| `winres` | `<Window.Resources></Window.Resources>` | Window Resources |
7273
| `pgres` | `<Page.Resources></Page.Resources>` | Page Resources |
7374
| `ucres` | `<UserControl.Resources></UserControl.Resources>` | UserControl Resources |

0 commit comments

Comments
 (0)