Selerix Developer Tools
QuestionHorizontalAlign Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : QuestionHorizontalAlign Enumeration
Indicates the horizontal alignment of the questions on the questionnaire form.
Syntax
'Declaration
 
Public Enum QuestionHorizontalAlign 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As QuestionHorizontalAlign
public enum QuestionHorizontalAlign : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum QuestionHorizontalAlign = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum QuestionHorizontalAlign extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum QuestionHorizontalAlign : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class QuestionHorizontalAlign : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Center2Center.
Left1Left.
Other2147483647Other.
Right3Right.
Unknown0Unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.QuestionHorizontalAlign

See Also

Reference

Selerix.BusinessObjects Namespace