Class Label<TContent>
A label for an open input item
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public class Label<TContent> : Object where TContent : ParagraphContentBase
Type Parameters
Name | Description |
---|---|
TContent |
Constructors
Label()
Declaration
public Label()
Properties
Contents
The contents of the label.
Declaration
public IEnumerable<TContent> Contents { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<TContent> |
Position
The (preferred) position of the label.
Declaration
public LabelPosition Position { get; set; }
Property Value
Type | Description |
---|---|
LabelPosition |