Skip to content

Commit 8891ea1

Browse files
woehrl01facebook-github-bot
authored andcommitted
Rename StyleAspectRatio to AspectRatio to be more consistent
Summary: Rename ```StyleAspectRatio``` to ```AspectRatio``` to be consistent with the other getters and setters. Closes #512 Reviewed By: emilsjolander Differential Revision: D4914236 Pulled By: splhack fbshipit-source-id: 7b9ebdbf8945c4a8570c61de16d71c8d9d96bf9f
1 parent ede2ad9 commit 8891ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/Facebook.Yoga/YogaNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public YogaValue MinHeight
447447
}
448448
}
449449

450-
public float StyleAspectRatio
450+
public float AspectRatio
451451
{
452452
get
453453
{

0 commit comments

Comments
 (0)