public int Emboss {get; set;}
             
        
            
            'Declaration
 
Public Property Emboss As Integer
             
        
            
            'Usage
 
Dim instance As CanvasCommand
Dim value As Integer
 
instance.Emboss = value
 
value = instance.Emboss
             
        
            
            public int Emboss {get; set;}
             
        
            
        
            
        
            
             
get_Emboss();
set_Emboss(value);
Object.defineProperty('Emboss'); 
             
        
            
            public:
property int Emboss {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
Apparent depth of the canvas image. Valid range is from 0 to 200. When Transparency is at 100, and Emboss is 0 only the image displays. Increasing Emboss increases the apparent depth of the canvas image.