RoundedBevelCommand.Softness Property |
Sets the softness of the mask constructed to build the embossed shaped.
Namespace:
Atalasoft.Imaging.ImageProcessing.Effects
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic float Softness { get; set; }
Public Property Softness As Single
Get
Set
Property Value
Type:
Single The amount of softness used for the emboss.
ExceptionsException | Condition |
---|
| Thrown if the value is less than zero or greater than 1. |
Remarks Softness must be a value from 0 to 1. Default value is 1.0.
See Also