Click here to Skip to main content
15,919,422 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: problem in extending Vista glass effect into WPF client area Pin
Member 415175825-Sep-08 15:07
Member 415175825-Sep-08 15:07 
GeneralRe: problem in extending Vista glass effect into WPF client area Pin
User 27100925-Sep-08 15:21
User 27100925-Sep-08 15:21 
QuestionXAML Power Toys 2.0.8 Released - Great New Features! Pin
User 27100921-Sep-08 21:32
User 27100921-Sep-08 21:32 
QuestionDVD Application Pin
Vishaal K. Menon18-Sep-08 20:16
Vishaal K. Menon18-Sep-08 20:16 
AnswerRe: DVD Application Pin
Harvey Saayman23-Sep-08 1:42
Harvey Saayman23-Sep-08 1:42 
QuestionFixing an Image/Drawing so it doesn't auto-size Pin
chaiguy133718-Sep-08 16:43
chaiguy133718-Sep-08 16:43 
GeneralRe: Fixing an Image/Drawing so it doesn't auto-size Pin
chaiguy133718-Sep-08 16:51
chaiguy133718-Sep-08 16:51 
QuestionRe: Fixing an Image/Drawing so it doesn't auto-size Pin
chaiguy133718-Sep-08 18:05
chaiguy133718-Sep-08 18:05 
Well I changed things around to use Line objects on a Canvas instead of LineGeometry's in an ImageDrawing and now I'm not having that problem.

Not sure if I will incur a performance penalty doing it this way, but it seems a lot easier, and besides, it will allow me to do other things I was wanting to do (such as change opacity of individual pieces of the drawing) that I didn't realize weren't possible doing it the other way, so I think I'll stick with this.

One more question for anyone who happens to be paying attention:

It seems rather cumbersome to have to declare the stroke color, stroke thickness, start cap and end cap for every single Line object I create. It would be much handier if I could group these under some logical parent, and attach those properties once to the parent, and have them inherited by each child Line.

In fact, I thought this was the whole point of attached properties, yet when I try to attach Shape.StrokeThickness (for example) to Canvas, I get an error that it can't find the attachable property.

Is there some other way to achieve the same thing?

“Time and space can be a bitch.”
–Gushie, Quantum Leap

{o,o}.oO( Looking for a great RSS reader? Try FeedBeast! )
|)””’)            Built with home-grown CodeProject components!
-”-”-

AnswerRe: Fixing an Image/Drawing so it doesn't auto-size Pin
chaiguy133718-Sep-08 18:17
chaiguy133718-Sep-08 18:17 
QuestionHow to draw an vector on top of an Image? Pin
Suehana Saidin18-Sep-08 14:45
Suehana Saidin18-Sep-08 14:45 
AnswerRe: How to draw an vector on top of an Image? Pin
chaiguy133718-Sep-08 16:36
chaiguy133718-Sep-08 16:36 
GeneralRe: How to draw an vector on top of an Image? Pin
Suehana Saidin18-Sep-08 18:55
Suehana Saidin18-Sep-08 18:55 
GeneralRe: How to draw an vector on top of an Image? Pin
chaiguy133718-Sep-08 19:05
chaiguy133718-Sep-08 19:05 
QuestionNewbie Needs Help with using Blend in my VS 2005 applications Pin
GDMFSOB18-Sep-08 3:45
GDMFSOB18-Sep-08 3:45 
AnswerRe: Newbie Needs Help with using Blend in my VS 2005 applications Pin
Michael Sync18-Oct-08 21:57
Michael Sync18-Oct-08 21:57 
QuestionHow can I access to an element of App with Timer in WPF ? Pin
Mohammad Dayyan18-Sep-08 3:00
Mohammad Dayyan18-Sep-08 3:00 
AnswerRe: How can I access to an element of App with Timer in WPF ? Pin
Insincere Dave18-Sep-08 6:59
Insincere Dave18-Sep-08 6:59 
GeneralRe: How can I access to an element of App with Timer in WPF ? Pin
Mohammad Dayyan18-Sep-08 9:09
Mohammad Dayyan18-Sep-08 9:09 
QuestionHow to show multiple attribute values in tree view from XML file in WPF? Pin
sachinss198617-Sep-08 23:29
sachinss198617-Sep-08 23:29 
AnswerRe: How to show multiple attribute values in tree view from XML file in WPF? Pin
Pete O'Hanlon18-Sep-08 3:50
mvePete O'Hanlon18-Sep-08 3:50 
QuestionError:Assembly '' was not found in Custom Control(WPF) Pin
bruze17-Sep-08 3:54
bruze17-Sep-08 3:54 
AnswerRe: Error:Assembly '' was not found in Custom Control(WPF) Pin
Pete O'Hanlon17-Sep-08 4:36
mvePete O'Hanlon17-Sep-08 4:36 
QuestionIs animated masking possible in WPF? Pin
azwethinkheiz17-Sep-08 0:48
azwethinkheiz17-Sep-08 0:48 
AnswerRe: Is animated masking possible in WPF? Pin
Insincere Dave18-Sep-08 7:05
Insincere Dave18-Sep-08 7:05 
GeneralRe: Is animated masking possible in WPF? Pin
azwethinkheiz18-Sep-08 22:30
azwethinkheiz18-Sep-08 22:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.