简体   繁体   中英

Change border brush from skyblue in wizard control of extended wpf toolkit

I'm using Wizard control of Extended wpf toolkit package.

I would like to change color of the border. See sky blue in image below:

在此处输入图片说明

I tried set broder brush\\background to wizard\\wizard page\\window controls, but it failed.

Anybody know how to change it?

Your assistance is appreciated!

Now that you have provided more info, I can see that your question title does not match what you asking to change. You are not asking to change the color of the border of the Wizard Control, you are asking to change the color of the WPF Window.

It takes some time to get things right, and I highly discourage doing this if you app will be used by people with disabilities, who need high contrast, who customized their desktop to a certain color because of color blindness, and the list goes on...Microsoft has worked very hard to address such issues with the defaults.

BUT...you can change this by restyling your Window Style. You can find plenty of code examples.

Here are two:

Can i set the window border color in WPF?

How can I style the border and title bar of a window in WPF?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM