XamlBindingHelper.SetPropertyFromPoint Method

Definition

Sets a DependencyProperty from a Point value.

public:
 static void SetPropertyFromPoint(Platform::Object ^ dependencyObject, DependencyProperty ^ propertyToSet, Point value);
 static void SetPropertyFromPoint(IInspectable const& dependencyObject, DependencyProperty const& propertyToSet, Point const& value);
public static void SetPropertyFromPoint(object dependencyObject, DependencyProperty propertyToSet, Point value);
function setPropertyFromPoint(dependencyObject, propertyToSet, value)
Public Shared Sub SetPropertyFromPoint (dependencyObject As Object, propertyToSet As DependencyProperty, value As Point)

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
Point

The value to set.

Remarks

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

Applies to