Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 876 Bytes

xamlbindinghelper_setpropertyfrombyte_368781223.md

File metadata and controls

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

Windows.UI.Xaml.Markup.XamlBindingHelper.SetPropertyFromByte

-description

Sets a DependencyProperty from a Byte 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