Gets or sets a flags defining the alignment of the text string.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Alignment As Integer
             
        
            
            'Usage
 
Dim instance As ImGearVectorEntityText
Dim value As Integer
 
instance.Alignment = value
 
value = instance.Alignment
             
        
            
            public int Alignment {get; set;}
             
        
            
            public: __property int get_Alignment();
public: __property void set_Alignment( 
   int value
);
             
        
            
            public:
property int Alignment {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
Combination of 
ImGearVectAlignment enumeration values.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also