Class PenType
public class PenType : LogixEnum<PenType, string>, IEquatable<LogixEnum<PenType, string>>, IComparable<LogixEnum<PenType, string>>
  - Inheritance
 - 
      
      
      PenType
 
- Implements
 
- Inherited Members
 
Fields
Analog
Represents a 'Analog' PenType value.
public static readonly PenType Analog
  Field Value
Digital
Represents a 'Digital' PenType value.
public static readonly PenType Digital
  Field Value
FullWidth
Represents a 'Full-Width' PenType value.
public static readonly PenType FullWidth