File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ Enter the shortcut command and type `Tab` twice.
67
67
| ` rds>rd*3 ` | ` <Grid.RowDefinitions> ` <br />` <RowDefinition Height="1*" /> ` <br />` <RowDefinition Height="1*" /> ` <br />` <RowDefinition Height="1*" /> ` <br />` </Grid.RowDefinitions> ` | 3 rows Grid |
68
68
| ` cds>cd*2 ` | ` <Grid.ColumnDefinitions> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` </Grid.ColumnDefinitions> ` | 2 columns Grid |
69
69
| ` 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 |
71
72
| ` winres ` | ` <Window.Resources></Window.Resources> ` | Window Resources |
72
73
| ` pgres ` | ` <Page.Resources></Page.Resources> ` | Page Resources |
73
74
| ` ucres ` | ` <UserControl.Resources></UserControl.Resources> ` | UserControl Resources |
You can’t perform that action at this time.
0 commit comments