Sets the number of edge pixels used to blend the shadow into the image. 
            Larger number of blend pixels results in a fuzzier shadow.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property ShadowSoftnessFactor As Byte
             
        
            
            'Usage
 
Dim instance As CADLight
Dim value As Byte
 
instance.ShadowSoftnessFactor = value
 
value = instance.ShadowSoftnessFactor
             
        
            
            public byte ShadowSoftnessFactor {get; set;}
             
        
            
            public: __property byte get_ShadowSoftnessFactor();
public: __property void set_ShadowSoftnessFactor( 
   byte value
);
             
        
            
            public:
property byte ShadowSoftnessFactor {
   byte get();
   void set (    byte value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also