Remove Style prefix in java and cs apis
Summary: The Style prefix does not make sense in the java and c# api and only a few methods had it. This diff removes the last of those. Reviewed By: splhack Differential Revision: D4232920 fbshipit-source-id: 6e2ff21bbb7e0e441892023c14df579d1bc7aa49
This commit is contained in:
committed by
Facebook Github Bot
parent
6318801470
commit
5fa42cd1b0
@@ -286,7 +286,7 @@ namespace Facebook.CSSLayout
|
||||
Native.CSSNodeStyleSetPosition(_cssNode, edge, position);
|
||||
}
|
||||
|
||||
public float StyleWidth
|
||||
public float Width
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -299,7 +299,7 @@ namespace Facebook.CSSLayout
|
||||
}
|
||||
}
|
||||
|
||||
public float StyleHeight
|
||||
public float Height
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -312,7 +312,7 @@ namespace Facebook.CSSLayout
|
||||
}
|
||||
}
|
||||
|
||||
public float StyleMaxWidth
|
||||
public float MaxWidth
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -325,7 +325,7 @@ namespace Facebook.CSSLayout
|
||||
}
|
||||
}
|
||||
|
||||
public float StyleMaxHeight
|
||||
public float MaxHeight
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -338,7 +338,7 @@ namespace Facebook.CSSLayout
|
||||
}
|
||||
}
|
||||
|
||||
public float StyleMinWidth
|
||||
public float MinWidth
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -351,7 +351,7 @@ namespace Facebook.CSSLayout
|
||||
}
|
||||
}
|
||||
|
||||
public float StyleMinHeight
|
||||
public float MinHeight
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -364,7 +364,7 @@ namespace Facebook.CSSLayout
|
||||
}
|
||||
}
|
||||
|
||||
public float StyleAspectRatio
|
||||
public float AspectRatio
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Reference in New Issue
Block a user