From 8891ea1a7a066e3121787a888e469aae44fa1b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20W=C3=B6hrl?= Date: Wed, 19 Apr 2017 11:16:43 -0700 Subject: [PATCH] Rename StyleAspectRatio to AspectRatio to be more consistent Summary: Rename ```StyleAspectRatio``` to ```AspectRatio``` to be consistent with the other getters and setters. Closes https://github.com/facebook/yoga/pull/512 Reviewed By: emilsjolander Differential Revision: D4914236 Pulled By: splhack fbshipit-source-id: 7b9ebdbf8945c4a8570c61de16d71c8d9d96bf9f --- csharp/Facebook.Yoga/YogaNode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Facebook.Yoga/YogaNode.cs b/csharp/Facebook.Yoga/YogaNode.cs index 3717ffe6..df6d2f0f 100644 --- a/csharp/Facebook.Yoga/YogaNode.cs +++ b/csharp/Facebook.Yoga/YogaNode.cs @@ -447,7 +447,7 @@ namespace Facebook.Yoga } } - public float StyleAspectRatio + public float AspectRatio { get {