Show / Hide Table of Contents

Interface IFieldItem

Define the properties that are required for a class that wants to act as a field inside a question.

Namespace: Votations.NSurvey.WebControls.UI
Assembly: SurveyProject.WebControls.dll
Syntax
public interface IFieldItem

Properties

FieldHeight

Declaration
int FieldHeight { get; set; }
Property Value
Type Description
System.Int32

FieldLength

Declaration
int FieldLength { get; set; }
Property Value
Type Description
System.Int32

FieldWidth

Declaration
int FieldWidth { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX