Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Take a look at the <a href="http://msdn.microsoft.com/en-us/library/ms752914.aspx" rel="nofollow">Dependency Properties Overview</a> on MSDN (or, the <a href="http://msdn.microsoft.com/en-us/library/cc221408%28VS.95%29.aspx" rel="nofollow">Silverlight version</a>).</p> <blockquote> <p>(Silverlight/WPF) provides a set of services that can be used to extend the functionality of a CLR property. Collectively, these services are typically referred to as the (Silverlight/WPF) property system. A property that is backed by the (Silverlight/WPF) property system is known as a dependency property.</p> </blockquote> <p>For differences between the Silverlight and WPF property systems, see <a href="http://msdn.microsoft.com/en-us/library/cc903933%28v=VS.95%29.aspx#differences" rel="nofollow">here</a>.</p> <p>A couple of reasons why the Dependency Property system and connecting a property with the Silverlight/WPF type system is important are as follows (see <a href="http://msdn.microsoft.com/en-us/library/ms753358.aspx#backing_with_dp" rel="nofollow">here</a> for more detailed explanations):</p> <ul> <li>Allows a property to be settable in a style</li> <li>Allows a property to support data binding</li> <li>Allows a property to be animatable</li> <li>Allows properties of a custom control to receive designer support in Visual Studio</li> </ul> <p>Note that a Dependency property is typically backed by a CLR property, meaning that you can interact with it in code the same way you would with a CLR property.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload