We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8e34a commit df84ac1Copy full SHA for df84ac1
ReactWindows/ReactNative.Shared/UIManager/BorderedCanvas.cs
@@ -142,13 +142,13 @@ private Border GetOrCreateBorder()
142
};
143
144
// Bind border width and height to canvas dimensions
145
- SetBinding(WidthProperty, new Binding
+ _border.SetBinding(WidthProperty, new Binding
146
{
147
Source = this,
148
Path = new PropertyPath("Width")
149
});
150
151
- SetBinding(HeightProperty, new Binding
+ _border.SetBinding(HeightProperty, new Binding
152
153
154
Path = new PropertyPath("Height")
0 commit comments