Class HatchPattern
Represents hatch pattern written to laser.
public class HatchPattern : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseHatchPattern
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
ContourDirection
Gets or sets the outline direction.
public ContourDirection ContourDirection { get; set; }
  Property Value
ContourDrawingStartPosition
Gets or sets the marking order.
public ContourDrawingStartPosition ContourDrawingStartPosition { get; set; }
  Property Value
FillAngle
Gets or sets the fill angle for grade and cross in degree.
public int FillAngle { get; set; }
  Property Value
FillCrossAngle
Gets or sets the cross angle in degree.
public int FillCrossAngle { get; set; }
  Property Value
FillDirection
Gets or sets the slant and cross fill direction.
public FillDirection FillDirection { get; set; }
  Property Value
FillType
Gets or sets the fill type.
public FillType FillType { get; set; }
  Property Value
PatternType
Gets or sets the hatch pattern.
public HatchPatternType PatternType { get; set; }