ItemProperty Constructors
A DependencyProperty wrapper that you can edit in XAML.| Name | Parameters | Description |
|---|---|---|
| ItemProperty(String) | sourceString | Initializes a new instance of the ItemProperty class with specified settings. |
| ItemProperty(DependencyProperty) | dependencyProperty | Initializes a new instance of the ItemProperty class with specified settings. |
See Also