Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 675 Bytes

setter_setter_592072496.md

File metadata and controls

27 lines (18 loc) · 675 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Setter.#ctor(Windows.UI.Xaml.DependencyProperty,System.Object)
winrt method

Windows.UI.Xaml.Setter.Setter

-description

Initializes a new instance of the Setter class with initial Property and Value information.

-parameters

-param targetProperty

The dependency property identifier for the property that is being styled.

-param value

The value to assign to the value when the Setter applies.

-remarks

-examples

-see-also