Table of Contents

Class OnTheFlySettings

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

Represents OnTheFly settings written to laser.

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

Properties

IsActive

Gets or sets a value indicating whether OnTheFly mode is active.

public bool IsActive { get; set; }

Property Value

bool

MovementDirection

Gets or sets the OnTheFly movement direction.

public OnTheFlyDirection MovementDirection { get; set; }

Property Value

OnTheFlyDirection