Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 890 Bytes

xamlbindinghelper_setpropertyfromstring_1023100363.md

File metadata and controls

32 lines (21 loc) · 890 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Markup.XamlBindingHelper.SetPropertyFromString(System.Object,Windows.UI.Xaml.DependencyProperty,System.String)
winrt method

Windows.UI.Xaml.Markup.XamlBindingHelper.SetPropertyFromString

-description

Sets a DependencyProperty from a String value.

-parameters

-param dependencyObject

The object to which the property being set belongs.

-param propertyToSet

The property to which the value is written.

-param value

The value to set.

-remarks

This method is for use in code that is generated by the XAML compiler.

-examples

-see-also