Click or drag to resize

PenSetsConfiguration Class

Provides configurations of the pen sets.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.ConfigurationPenSetsConfiguration

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public class PenSetsConfiguration

The PenSetsConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodPenSetsConfigurationInitializes a new instance of the Object class.
Top
Properties
 NameDescription
Public propertyActivePenSetIndex The index of the active pen set from the list. A special value of "0" means the default pen set is the active one. A positive value means a custom pen set from the system configuration. A negative value means a custom pen set from the user configuration.
Public propertyDefaultPenSet The default pen set for the marker library.
Public propertyPenSets The custom pen sets for the marker library.
Top
Methods
 NameDescription
Public methodAddPenSet Adds a new pen set.
Public methodClearPenSet Removes all pen sets.
Public methodDeletePenSet Deletes a pen set.
Public methodReplacePenSet Replaces a pen set.
Top
See Also