Class OnTheFlySettings
Represents OnTheFly settings written to laser.
public class OnTheFlySettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseOnTheFlySettings
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
IsActive
Gets or sets a value indicating whether OnTheFly mode is active.
public bool IsActive { get; set; }
Property Value
MovementDirection
Gets or sets the OnTheFly movement direction.
public OnTheFlyDirection MovementDirection { get; set; }