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
This commit is contained in:
Lukas Wöhrl
2017-04-19 11:16:43 -07:00
committed by Facebook Github Bot
parent ede2ad94bc
commit 8891ea1a7a

View File

@@ -447,7 +447,7 @@ namespace Facebook.Yoga
}
}
public float StyleAspectRatio
public float AspectRatio
{
get
{