Search Results for

    Show / Hide Table of Contents

    Class Label<TContent>

    A label for an open input item

    Inheritance
    Object
    Label<TContent>
    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
    In This Article
    • Constructors
      • Label()
    • Properties
      • Contents
      • Position
    Back to top Generated by DocFX