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:
committed by
Facebook Github Bot
parent
ede2ad94bc
commit
8891ea1a7a
@@ -447,7 +447,7 @@ namespace Facebook.Yoga
|
||||
}
|
||||
}
|
||||
|
||||
public float StyleAspectRatio
|
||||
public float AspectRatio
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Reference in New Issue
Block a user