Class OnTheFlySettings
Represents on-the-fly 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 on-the-fly mode is active.
public bool IsActive { get; set; }
Property Value
MovementDirection
Gets or sets the on-the-fly movement direction.
public OnTheFlyDirection MovementDirection { get; set; }