Click or drag to resize

RoundedBevelCommandDepth 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)
Syntax
public int Depth { get; set; }

Property Value

Type: Int32
The amount of embossing effect.
Exceptions
ExceptionCondition
Thrown if the value is not greater than zero.
Remarks
Depth must be greater than zero. The default value is 5.
See Also