Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ThumbnailStyle Class
See Also  Members  
Leadtools.Web.Controls Namespace : ThumbnailStyle Class



Encapsulates the visual style of the thumbnail in the WebThumbnailViewer.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public NotInheritable Class ThumbnailStyle 
Visual Basic (Usage)Copy Code
Dim instance As ThumbnailStyle
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public sealed class ThumbnailStyle 
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public ref class ThumbnailStyle sealed 

Remarks

This class is used to set both the WebThumbnailViewer.ThumbStyle and the WebThumbnailViewer.SelectedThumbStyle properties.

Inheritance Hierarchy

System.Object
   Leadtools.Web.Controls.ThumbnailStyle

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also