[]
Represents a property setter which is able to assign a value to a nested property.
public class NestedPropertySetter : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| NestedPropertySetter() |
| Name | Description |
|---|---|
| PropertyNameProperty | Identifies the PropertyName dependency property. |
| ValueProperty | Identifies the Value dependency property. |
| Name | Description |
|---|---|
| PropertyName | Gets or sets a path to a nested property relative to the owning control class. This is a dependency property. |
| TargetObject | This property is used for internal purposes only. |
| Value | Gets or sets a value that should be assigned to the PropertyName property. This is a dependency property. |
| Name | Description |
|---|---|
| Apply(object) | This method is used for internal purposes only. |