Saved Bookmarks
| 1. |
What Are Dependency Properties In Silverlight? |
|
Answer» Dependency PROPERTIES are exposed as CLR properties. Dependency properties purpose is to provide a way of COMPUTING the value of a property that is BASED on the value of other INPUTS. Dependency properties are exposed as CLR properties. Dependency properties purpose is to provide a way of computing the value of a property that is based on the value of other inputs. |
|