Class Block
Represents a block of a laser layout.
public abstract class Block : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseBlock
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Derived
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
Layout
Gets or sets the layout of the block.
public BlockLayout Layout { get; set; }
  Property Value
Position
Gets or sets the position.
public BlockPosition Position { get; set; }