Click or drag to resize

ThumbnailStyle Constructor (String, String, String, String, String)

Creates a ThumbnailStyle from it's CSS style settings.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ThumbnailStyle(
	string backColor,
	string foreColor,
	string backgroundImage,
	string border,
	string cursor
)

Parameters

backColor
Type: SystemString
The CSS background color to use for the thumbnail.
foreColor
Type: SystemString
The CSS foreground color to use for the thumbnail.
backgroundImage
Type: SystemString
The CSS background image to use for the thumbnail.
border
Type: SystemString
The CSS border to use for the thumbnail.
cursor
Type: SystemString
The CSS cursor to show when the mouse is over the thumbnail.
See Also