VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebThumbnailAppearanceJS type / WebThumbnailAppearanceJS Constructor(string,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
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);

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
56+
45+
11
See Also