ImageGear .NET - Updated
useDefaultStyling Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : useDefaultStyling Property
Gets or sets the default visual style for the thumbnails and their contents.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_useDefaultStyling() : Boolean
function set_useDefaultStyling(value : Boolean)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearThumbnailList.get_useDefaultStyling();
Remarks

When this property is set to a value of 'false', it means the default style for the thumbnails and its contents is not required. Under this condition, your web page containing the ImGearThumbnailList control must include a CSS file that contains definitions for the following named CSS classes:

See Also

Reference

ImGearThumbnailList class
ImGearThumbnailList Members