Click or drag to resize

FieldsDisposition Enumeration

Specifies the position of fields in a block.

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 FieldsDisposition
Members
  Member nameValueDescription
Top0 Each field is on the right of the previous field. Labels are on top of controls.
Left1 Each field is below the previous field. Labels are on the left of controls.
See Also