XamlStyleSetterCreator


Snippet Details

Shortcut
Style
Description
Create a Style and a Setter.
Language
xaml
Types
Expansion
Author
William Wegerson
Upload on
20-12-2015 19:47:13
Downloads
2788

Declarations

ID ToolTip Default
TargetType The control which is targetted; its Type TextBlock
Property Property Property
Value Value Value

Code Output

        <Style TargetType="$TargetType$">    
   <Setter Property="$Property$" Value="$Value$"/>
</Style>
    

Download Add to .VSIX Package


comments powered by Disqus

Extension Package

No snippets are added


Languages