Class LabelPosition
The (preferred) position of a label.
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public sealed class LabelPosition : Enum
Fields
Above
The label should appear above the item.
Declaration
public const LabelPosition Above
Field Value
Type | Description |
---|---|
LabelPosition |
After
The label should appear after the item.
Declaration
public const LabelPosition After
Field Value
Type | Description |
---|---|
LabelPosition |
Before
The label should appear before the item
Declaration
public const LabelPosition Before
Field Value
Type | Description |
---|---|
LabelPosition |
Below
The label should appear below the item
Declaration
public const LabelPosition Below
Field Value
Type | Description |
---|---|
LabelPosition |
Inside
The label should appear inside the item.
Declaration
public const LabelPosition Inside
Field Value
Type | Description |
---|---|
LabelPosition |
None
No position is defined.
Declaration
public const LabelPosition None
Field Value
Type | Description |
---|---|
LabelPosition |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |