Table of Contents

Class MatrixSettings

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents the matrix settings.

public class MatrixSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
MatrixSettings
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

ColumnsCount

Gets or sets the number of columns in the matrix.

public int ColumnsCount { get; set; }

Property Value

int

MarkingDirection

Gets or sets the number of marked matrix cells.

public MarkingDirection MarkingDirection { get; set; }

Property Value

MarkingDirection

RowsCount

Gets or sets the total number of lines in the matrix.

public int RowsCount { get; set; }

Property Value

int