Click or drag to resize

BlockType Enumeration

Identifies the type of a block, its behavior with the other blocks.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum BlockType
Members
  Member nameValueDescription
NewLine0 The block creates a new line of blocks.
Inline1 The block stays on the same line, unless there isn't enough space left.
See Also