VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebBevelEdgeCommandJS type / get_LeftBrightness Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_LeftBrightness Method
In This Topic
Gets the brightness level of the left edge.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebBevelEdgeCommandJS();

var value; // Type: number
value = instance.get_LeftBrightness();

Return Value

Brightness level of the left edge. Valid values are from -100 to 100. Default value is 25.
Browser Compatibility
56+
45+
11
See Also