Class MatrixSettings
Represents the matrix settings.
public class MatrixSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseMatrixSettings
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
ColumnsCount
Gets or sets the number of columns in the matrix.
public int ColumnsCount { get; set; }
Property Value
MarkingDirection
Gets or sets the number of marked matrix cells.
public MarkingDirection MarkingDirection { get; set; }
Property Value
RowsCount
Gets or sets the total number of lines in the matrix.
public int RowsCount { get; set; }