summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/Box.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/Box.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/Box.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/Box.cs b/Xamarin.Forms.Platform.Tizen/Native/Box.cs
index 9bd7bad9..2f551902 100644
--- a/Xamarin.Forms.Platform.Tizen/Native/Box.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/Box.cs
@@ -52,10 +52,7 @@ namespace Xamarin.Forms.Platform.Tizen.Native
LayoutUpdated(this, new LayoutEventArgs()
{
HasChanged = g != _previousGeometry,
- X = g.X,
- Y = g.Y,
- Width = g.Width,
- Height = g.Height,
+ Geometry = g,
}
);
}