ImageGear .NET v24.12 - Updated
ShadowSoftnessFactor Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLight Class : ShadowSoftnessFactor Property
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

Reference

CADLight Class
CADLight Members