Class MatrixDefinition
Represents the definition of the matrix.
public class MatrixDefinition
- Inheritance
-
MatrixDefinition
- Inherited Members
Properties
CellReferencePoint
Gets or sets the reference point of the cell.
public ReferencePoint CellReferencePoint { get; set; }
Property Value
Cells
Gets the cells.
public MatrixCellCollection Cells { get; }
Property Value
Enabled
Gets or sets a value indicating whether the matrix in enabled.
public bool Enabled { get; set; }
Property Value
Position
gets or sets the position of the matrix.
public MatrixPosition Position { get; set; }
Property Value
Settings
Gets or sets the settings.
public MatrixSettings Settings { get; set; }
Property Value
Size
Gets or sets the size.
public MatrixSize Size { get; set; }