12 lines
269 B
C#
12 lines
269 B
C#
namespace XCharts.Runtime
|
|
{
|
|
public class GridLayoutContext : MainComponentContext
|
|
{
|
|
public float x;
|
|
public float y;
|
|
public float width;
|
|
public float height;
|
|
public float eachWidth;
|
|
public float eachHeight;
|
|
}
|
|
} |