We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
style#
style
1 parent 5082f96 commit 477871cCopy full SHA for 477871c
Xammet.snippet
@@ -736,6 +736,28 @@
736
<Description><Style></Description>
737
<Shortcut>style</Shortcut>
738
</Header>
739
+ <Snippet>
740
+ <Declarations>
741
+ <Literal Editable="true">
742
+ <ID>Value1</ID>
743
+ <Default>Button</Default>
744
+ </Literal>
745
+ </Declarations>
746
+ <Code Language="XAML">
747
+ <![CDATA[<Style TargetType="$Value1$">$end$</Style>]]>
748
+ </Code>
749
+ </Snippet>
750
+ </CodeSnippet>
751
+
752
+ <CodeSnippet Format="1.0.0">
753
+ <Header>
754
+ <SnippetTypes>
755
+ <SnippetType>Expansion</SnippetType>
756
+ </SnippetTypes>
757
+ <Title>Style x:Key</Title>
758
+ <Description><Style x:Key ...</Description>
759
+ <Shortcut>style#</Shortcut>
760
+ </Header>
761
<Snippet>
762
<Declarations>
763
<Literal Editable="true">
0 commit comments