Skip to content

Commit

Permalink
Add style#, edit style
Browse files Browse the repository at this point in the history
  • Loading branch information
emu2021makuake authored Jun 28, 2021
1 parent 477871c commit 08c841d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Enter the shortcut command and type `Tab` twice.
| `rds>rd*3` | `<Grid.RowDefinitions>`<br />` <RowDefinition Height="1*" />`<br />` <RowDefinition Height="1*" />`<br />` <RowDefinition Height="1*" />`<br />`</Grid.RowDefinitions>` | 3 rows Grid |
| `cds>cd*2` | `<Grid.ColumnDefinitions>`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />`</Grid.ColumnDefinitions>` | 2 columns Grid |
| `cds>cd*3` | `<Grid.ColumnDefinitions>`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />`</Grid.ColumnDefinitions>` | 3 columns Grid |
| `style` | `<Style x:Key="key1" TargetType="Button"></Style>` | Style |
| `style` | `<Style TargetType="Button"></Style>` | Style |
| `style#` | `<Style x:Key="key1" TargetType="Button"></Style>` | Style with key |
| `winres` | `<Window.Resources></Window.Resources>` | Window Resources |
| `pgres` | `<Page.Resources></Page.Resources>` | Page Resources |
| `ucres` | `<UserControl.Resources></UserControl.Resources>` | UserControl Resources |
Expand Down

0 comments on commit 08c841d

Please sign in to comment.