ItemSetter Properties
Represents a setter that applies a property value.| Name | Description |
|---|---|
| DependencyProperty | Gets or sets the dependency property to which the Value will be applied. |
| Property | Gets or sets the property to which the Value will be applied. |
| Value | Gets or sets the value to apply to the property that is specified by this ItemSetter. |
See Also