Sign In
Casey @ Microsoft
Pro developer and rock dude
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Non-Development
Silverlight
Archive
Archives
October 2008
(3)
September 2008
(3)
October, 2008
MSDN Blogs
>
Casey @ Microsoft
>
October, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Casey @ Microsoft
Normal Properties vs. Dependency Properties
Posted
over 4 years ago
by
caseydarwinstein
0
Comments
In the Silverlight development world there are two kinds of properties that you can have on a Silverlight control: normal C# properties and dependency properties. The normal C# properties are added to a Silverlight control the same way as they would be...
Casey @ Microsoft
How do I get the height/width of a Silverlight UIElement if its not explicitly set?
Posted
over 4 years ago
by
caseydarwinstein
0
Comments
The answer is, of course, to use the ActualHeight and ActualWidth properties. But wait, ActualHeight and ActualWidth return 0.0 , what gives? Well it turns out that if you just check the ActualHeight and ActualWidth right away, you are getting the...
Casey @ Microsoft
“The property ‘_UnknownContent’ does not exist…” What?
Posted
over 4 years ago
by
caseydarwinstein
2
Comments
I was working on a custom Control the other day and that had its own XAML file. I had it all coded up, but when I went to build it, it gave me the following two errors: Error 6 The property '_UnknownContent' does...
Page 1 of 1 (3 items)