Class MatrixCellMarkingCount
Represents the marked matrix cells.
public class MatrixCellMarkingCount : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseMatrixCellMarkingCount
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
MatrixCellFlaggedForMarkingCount
Gets the number of matrix cells flagged for marking.
public int MatrixCellFlaggedForMarkingCount { get; }
  Property Value
MatrixCellMarkedCount
Gets the number of marked matrix cells.
public int MatrixCellMarkedCount { get; }
  Property Value
TotalMatrixCellCount
Gets the total number of matrix cells.
public int TotalMatrixCellCount { get; }