In This Topic
Sets the brightness level of the top edge.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebBevelEdgeCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_TopBrightness(value);
function set_TopBrightness(
: number
) : any;
Parameters
- value
- Brightness level of the top edge. Valid values are from -100 to 100. Default value is 25.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also