Setter Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Setter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
IsSealed | Gets a value that indicates whether this object is in an immutable state. (Inherited from SetterBase.) |
|
Property | Gets or sets the property to apply the Value to. |
|
Value | Gets or sets the value to apply to the property that is specified by the Setter. |
Show: