Table of Contents

Class Block

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

Represents a block of a laser layout.

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

Properties

Layout

Gets or sets the layout of the block.

public BlockLayout Layout { get; set; }

Property Value

BlockLayout

Position

Gets or sets the position.

public BlockPosition Position { get; set; }

Property Value

BlockPosition