XamlBindingHelper.SetPropertyFromByte Method
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.
Sets a DependencyProperty from a Byte value.
public:
static void SetPropertyFromByte(Platform::Object ^ dependencyObject, DependencyProperty ^ propertyToSet, byte value);
static void SetPropertyFromByte(IInspectable const& dependencyObject, DependencyProperty const& propertyToSet, byte const& value);
public static void SetPropertyFromByte(object dependencyObject, DependencyProperty propertyToSet, byte value);
function setPropertyFromByte(dependencyObject, propertyToSet, value)
Public Shared Sub SetPropertyFromByte (dependencyObject As Object, propertyToSet As DependencyProperty, value As Byte)
Parameters
- dependencyObject
-
Object
Platform::Object
IInspectable
The object to which the property being set belongs.
- propertyToSet
- DependencyProperty
The property to which the value is written.
- value
-
Byte
byte
The value to set.
Remarks
This method is for use in code that is generated by the XAML compiler.