Setter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Setter() |
Initializes a new instance of the Setter class with no initial Property or Value. |
Setter(DependencyProperty, Object) |
Initializes a new instance of the Setter class with initial Property and Value information. |
Setter()
public:
Setter();
Setter();
public Setter();
function Setter()
Public Sub New ()
See also
Applies to
Setter(DependencyProperty, Object)
public:
Setter(DependencyProperty ^ targetProperty, Platform::Object ^ value);
Setter(DependencyProperty const& targetProperty, IInspectable const& value);
public Setter(DependencyProperty targetProperty, object value);
function Setter(targetProperty, value)
Public Sub New (targetProperty As DependencyProperty, value As Object)
Parameters
- targetProperty
- DependencyProperty
The dependency property identifier for the property that is being styled.
- value
-
Object
Platform::Object
IInspectable
The value to assign to the value when the Setter applies.