Guest User

Untitled

a guest
Aug 17th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Style controls in Silverlight - global
  2. <Style x:Key="MyDefaultStyle" TargetType="TextBox">
  3. ....
  4. </Style>
  5.  
  6. <Style TargetType="TextBox" BasedOn="MyDefaultStyle />
Add Comment
Please, Sign In to add comment