Table of Contents

Class PenType

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

Represents an enumeration of all PenType options for a given Pen.

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

PenType

Digital

Represents a 'Digital' PenType value.

public static readonly PenType Digital

Field Value

PenType

FullWidth

Represents a 'Full-Width' PenType value.

public static readonly PenType FullWidth

Field Value

PenType