RoundedBevelCommand.Depth Property |
The depth of the embossing effect.
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 int Depth { get; set; }
Public Property Depth As Integer
Get
Set
Property Value
Type:
Int32 The amount of embossing effect.
ExceptionsException | Condition |
---|
| Thrown if the value is not greater than zero. |
Remarks Depth must be greater than zero. The default value is 5.
See Also