Class CounterValues
Represents laser counter settings written to laser.
public class CounterValues : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCounterValues
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Counter
Gets or sets counter value.
public int Counter { get; set; }
Property Value
Repetitions
Gets or sets marking repetitions value.
public int Repetitions { get; set; }