RoundedBevelCommand.Angle Property |
The angle of the embossing in degrees.
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 Angle { get; set; }
Public Property Angle As Integer
Get
Set
Property Value
Type:
Int32 An integer in the range of 0 to 359.
ExceptionsException | Condition |
---|
| Thrown if the value is less than zero or greater than 359. |
Remarks Default value is 45.
See Also