VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebBevelEdgeCommandJS type / get_TopBrightness Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TopBrightness Method
    In This Topic
    Gets the brightness level of the top edge.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebBevelEdgeCommandJS();
    
    var value; // Type: number
    value = instance.get_TopBrightness();
    
    
    function get_TopBrightness() : number;
    

    Return Value

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