C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputContentAlignment Enumeration

InputContentAlignment Enumeration
Defines values for the content alignment within the InputComponent.
Syntax
'Declaration
 
Public Enum InputContentAlignment 
   Inherits System.Enum
 
Members
MemberDescription
CenterCenter.
FarFar.
NearNear.
NotSetDefault value.
SpreadSpread.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.InputPanel.InputContentAlignment

See Also