ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLight Class / ShadowSoftnessFactor Property




In This Topic
    ShadowSoftnessFactor Property
    In This Topic
    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