Saturday, January 5, 2013

Sketchflow Silverlight - Change button's border

Sketchflow Silverlight - Change button's border

I am using Expression Blend.

I have a sketch button and the button's border looks sketchy and wavy. Is there a method how to change the border to a solid line without deleting the button?

Answers & Comments...

Answer: 1

It's just a style on the button. When you're doing a Sketchflow project, the default styles are defined in the SketchStyles.xaml ResourceDictionary When you add the button to your view, there should be something along the lines of Style="{DynamicResource Button-Sketch}" added to the line. Just remove that and your button's style is gone. You can create a custom style to make the button look the way you want.

If you're spending time styling your view, why are you using SketchFlow? The idea behind it is to quickly prototype your views. It's not meant to be your final product.

by : Ryanhttp://stackoverflow.com/users/491319




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog