VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_ThumbnailImageBorderColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ThumbnailImageBorderColor Method
In This Topic
Sets the thumbnail image border color for 'series' panel.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_ThumbnailImageBorderColor(value);

Parameters

value
The string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").
Browser Compatibility
56+
45+
11
See Also