mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 05:10:12 +00:00
16 lines
379 B
C#
16 lines
379 B
C#
namespace XCharts.Runtime
|
|
{
|
|
public class GridLayoutContext : MainComponentContext
|
|
{
|
|
public float x;
|
|
public float y;
|
|
public float width;
|
|
public float height;
|
|
public float left;
|
|
public float right;
|
|
public float bottom;
|
|
public float top;
|
|
public float eachWidth;
|
|
public float eachHeight;
|
|
}
|
|
} |