mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
增加GridLayout网格布局组件
This commit is contained in:
16
Runtime/Coord/Grid/GridLayoutContext.cs
Normal file
16
Runtime/Coord/Grid/GridLayoutContext.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user