Transparency Property (Color)
                In This Topic
            
            Gets or sets transparency (0-255) due to internal technical limitations transparency is always stored as even value so 13 will be stored as 12 for example
            
            
            Syntax
            
            
            
            
            public byte Transparency {get; set;}
             
        
            
            public:
property byte Transparency {
   byte get();
   void set (    byte value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            See Also