0

what happen was what i normally do from visual studio is to open up expression blend and edit it from there. I created a customised shape and convert it to a button function.

But on the code behind , all i know is i can do a Button btn = new Button(); to generate a new button, what do i need to do to generate that customised shape button that i want?

Thanks!

1 Answer 1

1

By clicking "Make into control" Blend will create a simple button with a custom style. To create a true control you have to create a new UserControl.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.