Enum NCLabelSnapMode
Snap mode for the INCLabel object. It determines whether the label should be shifted to the right or left when inserting text into the given label.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum NCLabelSnapMode
Fields
Name | Description |
---|---|
Left | When the snap mode is Left the label will remain to the left of the pasted text, correspondingly, the text will be added to the right of the label. |
Right | When the snap mode is Right the label will remain to the right of the pasted text, correspondingly, the text will be added to the left of the label. |