Gets or sets a flags describing different effects for the Text Object such as Subscript, Superscript, 
            Struck, Double Struck, Underlined.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Flags As Integer
             
        
            
            'Usage
 
Dim instance As ImGearVectorTextObject
Dim value As Integer
 
instance.Flags = value
 
value = instance.Flags
             
        
            
            public int Flags {get; set;}
             
        
            
            public: __property int get_Flags();
public: __property void set_Flags( 
   int value
);
             
        
            
            public:
property int Flags {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
Or combination of 
ImGearVectTxtFlags enumeration values or 0.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also