4.784 Setter
x:Object > SetterBase > Setter | |
Setter | |
(usage) |
<Setter /> |
(description) |
Represents a setter that applies a property value. |
(properties) |
|
Property |
DependencyProperty |
(description) |
The property to which the Value will be applied. |
TargetName |
x:String |
(description) |
The name of the object this Setter is intended for. |
Value |
x:Object |
(description) |
The value to apply to the property that is specified by this Setter. |
[text syntax] |
This property's text syntax is the text syntax of the Property. |