Class 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.
Inheritance
object
NCLabelSnapMode
Namespace: SprutCAMTech.SCPostprocessor
Assembly: SprutCAMTech.SCPostprocessor.dll
Syntax
public sealed class NCLabelSnapMode : Enum
Fields
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.
Declaration
public const NCLabelSnapMode Left = 0
Field Value
Type | Description |
---|---|
NCLabelSnapMode |
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.
Declaration
public const NCLabelSnapMode Right = 1
Field Value
Type | Description |
---|---|
NCLabelSnapMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |