WebThumbnailAppearanceJS Constructor(string,string)
In This Topic
Initializes a new instance of the
WebThumbnailAppearanceJS class.
Syntax
// Parameters
var backgroundStyle; // Type: string
var borderStyle; // Type: string
var instance = new Vintasoft.Imaging.WebThumbnailAppearanceJS(backgroundStyle, borderStyle);
function WebThumbnailAppearanceJS(
: string,
: string
) : WebThumbnailAppearanceJS;
Parameters
- backgroundStyle
- the background style of thumbnail.
- borderStyle
- CSS style of border around the thumbnail, that contain information about style and color of border.
Browser Compatibility
See Also