Class GridItem
Constructors
(constructor)(x, y, cols, rows, stepX, stepY)
Constructs a new instance of the GridItem class
Declaration
constructor(x: any, y: any, cols: any, rows: any, stepX: any, stepY: any);
Parameters
| Type |
Name |
Description |
| any |
x |
|
| any |
y |
|
| any |
cols |
|
| any |
rows |
|
| any |
stepX |
|
| any |
stepY |
|
Properties
cols
Declaration
get cols(): number;
set cols(value: number);
Property Value
fixedLineWidth
Declaration
get fixedLineWidth(): boolean;
set fixedLineWidth(value: boolean);
Property Value
horizontalLineColor
Declaration
get horizontalLineColor(): Color;
set horizontalLineColor(value: Color);
Property Value
lineWidth
Declaration
get lineWidth(): number;
set lineWidth(value: number);
Property Value
location
Declaration
get location(): PointF;
set location(value: PointF);
Property Value
rows
Declaration
get rows(): number;
set rows(value: number);
Property Value
stepX
Declaration
get stepX(): number;
set stepX(value: number);
Property Value
stepY
Declaration
get stepY(): number;
set stepY(value: number);
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
verticalLineColor
Declaration
get verticalLineColor(): Color;
set verticalLineColor(value: Color);
Property Value
Methods
_copy(source, destination, generateNewIds, appropriateParentContainer)
Declaration
protected _copy(source: GridItem, destination: GridItem, generateNewIds: boolean, appropriateParentContainer: boolean): void;
Parameters
| Type |
Name |
Description |
| GridItem |
source |
|
| GridItem |
destination |
|
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
clone(generateNewIds, appropriateParentContainer)
Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): GridItem;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
equals(other)
Declaration
equals(other: GridItem): boolean;
Parameters
Returns