Class MatrixCell
Represents the matrix cell definitions.
public class MatrixCell : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseMatrixCell
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Angle
Gets or sets the rotation angle of the matrix cell in degree.
public double Angle { get; set; }
Property Value
DelayBeforeMarkingInMS
Gets or sets the delay before start of marking.
public double DelayBeforeMarkingInMS { get; set; }
Property Value
MarkingIsEnabled
Gets or sets a value indicating whether marking on this cell is enabled.
public bool MarkingIsEnabled { get; set; }
Property Value
XCoordinate
Gets or sets the X-coordinate of the matrix cell in millimeters.
public double XCoordinate { get; set; }
Property Value
YCoordinate
Gets or sets the Y-coordinate of the matrix cell in millimeters.
public double YCoordinate { get; set; }
Property Value
ZCoordinate
Gets or sets the Z-coordinate of the matrix cell in millimeters.
public double ZCoordinate { get; set; }