ItemSetter Members
Represents a setter that applies a property value.Constructors
| Name | Description |
|---|---|
| ItemSetter() | Initializes a new instance of the ItemSetter class. |
Fields
| Name | Description |
|---|---|
| ValueProperty static | Identifies the Value dependency property. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| ReceiveMarkupExtension(Object, XamlSetMarkupExtensionEventArgs) static | For internal use. |
| ReceiveTypeConverter(Object, XamlSetTypeConverterEventArgs) static | For internal use. |
See Also