Gets or sets a value indicating whether the transparency is enabled. 
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Transparency As Boolean
             
        
            
            'Usage
 
Dim instance As ImGearVectorData
Dim value As Boolean
 
instance.Transparency = value
 
value = instance.Transparency
             
        
            
            public bool Transparency {get; set;}
             
        
            
            public: __property bool get_Transparency();
public: __property void set_Transparency( 
   bool value
);
             
        
            
            public:
property bool Transparency {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
If true - transparency is enabled, false - otherwise.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also