Skip to content

Commit

Permalink
Rename StyleAspectRatio to AspectRatio to be more consistent
Browse files Browse the repository at this point in the history
Summary:
Rename ```StyleAspectRatio``` to ```AspectRatio``` to be consistent with the other getters and setters.
Closes facebook#512

Reviewed By: emilsjolander

Differential Revision: D4914236

Pulled By: splhack

fbshipit-source-id: 7b9ebdbf8945c4a8570c61de16d71c8d9d96bf9f
  • Loading branch information
woehrl01 authored and facebook-github-bot committed Apr 19, 2017
1 parent ede2ad9 commit 8891ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Facebook.Yoga/YogaNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public YogaValue MinHeight
}
}

public float StyleAspectRatio
public float AspectRatio
{
get
{
Expand Down

0 comments on commit 8891ea1

Please sign in to comment.